API versioning

Posted on Jul 11th, 11 by Matt McCloskey. 0 Comments. Tags: new-features api .

Over the weekend we began versioning the Osmek API. This is great news for the growth and stability of our service, and your sites & applications.

Any requests to api.osmek.com will serve up the most recent stable version of the API. You can access older versions by appending the version number to the api url.

API request to the most recent version:

http://api.osmek.com
http://api.osmek.com/feed
etc.

API request to a backdated version:

http://api.osmek.com/2.0
http://api.osmek.com/2.0/feed
etc.

You can find the most recent version by visiting api.osmek.com. The current API version as of this weekend is 2.1. Prior the switch, we were running version 2.0. There are only minor changes between these two versions, and should have no effect on your API calls, but if you experience and issues with your current application, try changing to version 2.0.

As always, please visit support.osmek.com for help & support.

Happy coding!

Leave a Comment