#350 REST API Versioning
APIs should be consistent, but it is difficult to do this when returning a JSON response along side the HTML interface. Here I show how to add a ve...
An episode of the RailsCasts (Mobile) podcast, hosted by Ryan Bates, titled "#350 REST API Versioning" was published on May 16, 2012 and runs 10 minutes.
May 16, 2012 ·10m · RailsCasts (Mobile)
0:00 / 0:00
Summary
APIs should be consistent, but it is difficult to do this when returning a JSON response along side the HTML interface. Here I show how to add a versioned, RESTful API. The version can be determined from either the URL or HTTP headers.
Episode Description
APIs should be consistent, but it is difficult to do this when returning a JSON response along side the HTML interface. Here I show how to add a versioned, RESTful API. The version can be determined from either the URL or HTTP headers.
Similar Episodes
No similar episodes found.
Similar Podcasts
No similar podcasts found.