Categories: None [Edit]

apicasso

https://rubygems.org/gems/apicasso
https://github.com/ErvalhouS/APIcasso
Create APIs in a fast and dynamic way, without the need to develop everything from scratch. You just need to create your models and let APIcasso do the rest for you. It is the perfect candidate to make your project development go faster or for legacy Rails projects that do not have an API. If you think it through, JSON API development can get boring and time consuming. Every time you use almost the same route structure, pointing to the same controller actions, with the same ordering, filtering and pagination features. APIcasso is intended to be used to speed-up development, acting as a full-fledged CRUD JSON API into all your models. It is a route-based abstraction that lets you create, read, list, update or delete any ActiveRecord object in your application. This makes it possible to make CRUD-only applications just by creating functional Rails' models. Access to your application's resources is managed by a .scope JSON object per API key. It uses that permission scope to restrict and extend access.

Total

Ranking: 16,023 of 189,083
Downloads: 117,813

Daily

Ranking: 38,613 of 189,069
Downloads: 8

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,153,362,565bundler
91,220,818,024rake
44704,016,388rails
107418,268,042pg
119365,331,856rspec-rails
139324,162,396capybara
153303,851,588faker
186256,628,595factory_bot_rails
201241,467,596rack-cors
230202,429,682database_cleaner
454103,476,512ransack
47499,562,802will_paginate
58485,453,118cancancan
90852,933,696friendly_id
1,93914,622,197swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS