Hey, built this prototype game http://www.vvx.io/ - think it could be fun to allow API access so people could create bots that trade on the exchange. (e.g. scrape reddit for youtube videos, seed and buy/sell them onto the exchange.)<p>VVX.IO was my first full end-to-end just-me programming experiment. I was up until this a front-end and product guy (don't even code in my day job - the game is a part time labour of love) - so approaches to an API are new to me - there seem to be <i>a lot</i> of options and guidelines out there for offering APIs - from 3rd party services (mashape) to best-practice on auth etc. - what would you guys recommend as a good place to start?<p>Thanks a lot!
Here are a couple of tutorials which may get your brain juices flowing...<p><a href="http://railscasts.com/episodes/322-rabl?view=asciicast" rel="nofollow">http://railscasts.com/episodes/322-rabl?view=asciicast</a><p><a href="http://railscasts.com/episodes/352-securing-an-api?view=asciicast" rel="nofollow">http://railscasts.com/episodes/352-securing-an-api?view=asci...</a><p><a href="http://railscasts.com/episodes/348-the-rails-api-gem?view=asciicast" rel="nofollow">http://railscasts.com/episodes/348-the-rails-api-gem?view=as...</a>
Make sure you give RocketPants a look:<p><a href="https://github.com/filtersquad/rocket_pants" rel="nofollow">https://github.com/filtersquad/rocket_pants</a>