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: 15,950 of 188,299
Downloads: 116,847

Daily

Ranking: 22,641 of 188,294
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,083,955,929bundler
101,190,215,327rake
44691,505,528rails
107410,922,039pg
116360,057,793rspec-rails
137319,607,846capybara
153298,687,213faker
185251,851,454factory_bot_rails
200236,968,828rack-cors
227200,375,383database_cleaner
454101,407,256ransack
46998,388,689will_paginate
58684,130,410cancancan
90952,119,205friendly_id
1,93214,320,059swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS