7 ms·
Cool! Anyone know of any open source JSON REST APIs built on Rails?
by fam 14y ago
Cool! Anyone know of any open source JSON REST APIs built on Rails?
- sebastianz 14y agoI 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 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.