Hacker News new | ask | show | jobs
by sebastianz 4894 days ago
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.