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,977 of 188,742
Downloads: 117,563

Daily

Ranking: 38,910 of 188,718
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,117,000,961bundler
101,201,589,493rake
44697,910,822rails
107414,610,319pg
116362,604,890rspec-rails
139321,948,778capybara
153301,278,626faker
185254,139,495factory_bot_rails
201239,153,516rack-cors
228201,399,984database_cleaner
453102,419,722ransack
47198,965,017will_paginate
58484,758,284cancancan
90852,507,265friendly_id
1,93114,517,108swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS