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,448 of 195,762
Downloads: 124,146

Daily

Ranking: 12,459 of 195,747
Downloads: 64

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,629,697,366bundler
81,384,293,602rake
45773,536,641rails
110461,668,575pg
122400,714,630rspec-rails
144352,433,362capybara
152336,082,630faker
185287,116,064factory_bot_rails
198269,171,620rack-cors
245215,592,323database_cleaner
460115,297,897ransack
501106,585,202will_paginate
57593,472,325cancancan
90358,361,188friendly_id
1,97815,546,043swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS