bploetz / versionist

A plugin for versioning Rails based RESTful APIs.
MIT License
972 stars 51 forks source link

added a link in README.md which points to a blog post on using versionist. #63

Closed sandeep-mkv closed 10 years ago

sandeep-mkv commented 10 years ago

The blog post API Versioning using Versionist could serve as an additional resource for developers for integrating versionist in their API. It basically explains the need for versioning and the STEPS involved in versioning current API and also STEPS involved in subsequent versioning.

PS:This blog post was featured in the first edition of RubyIndia

bploetz commented 10 years ago

Hey @sandeep-mkv thanks for this! I recently started working at a company that uses GitHub for its SCM, and for some reason that seems to have broken email notifications to me about my personal repos. So I didn't see this until just now. Will get this merged in.

Thanks again, and great article! :+1:

sandeep-mkv commented 10 years ago

@bploetz Thanks for merging and hopefully I can contribute more towards versionist in the future.