Hacker News new | ask | show | jobs
by fam 4890 days ago
Cool! Anyone know of any open source JSON REST APIs built on Rails?
1 comments

I just noticed one of the first apps listed, Gitlab has a json API implementation using the Grape gem, which looks very clean.

https://github.com/gitlabhq/gitlabhq (check out lib/api.rb and lib/api/*)

Maybe there's someone who can tell us about their experience with Grape.