Skip to content

Asmmund/grape_versioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grape_versioning

This application demonstrates versioning of api with the help of grape gem

App requires that you have installed: Thin Grape Curl

Start app:

  1. run "thin start"

  2. check how it works, run : curl 0.0.0.0:3000/foo curl 0.0.0.0:3000/time curl 0.0.0.0:3000/v2/bar curl 0.0.0.0:3000/v2/time

About

simple application that demonstrates versioning of api in ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages