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,099 of 190,280
Downloads: 118,478

Daily

Ranking: 32,635 of 190,253
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,236,941,822bundler
81,254,137,753rake
44717,404,293rails
107425,772,038pg
121371,656,662rspec-rails
140329,276,699capybara
152309,620,344faker
186262,151,233factory_bot_rails
200246,538,959rack-cors
229204,734,094database_cleaner
457105,574,404ransack
482100,983,142will_paginate
58586,885,406cancancan
91053,856,783friendly_id
1,94714,868,462swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS