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,388 of 193,649
Downloads: 121,931

Daily

Ranking: 35,946 of 193,618
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,490,992,976bundler
81,345,057,418rake
44754,899,034rails
108449,200,417pg
122390,957,227rspec-rails
143344,662,755capybara
152327,523,147faker
184278,657,210factory_bot_rails
198261,395,872rack-cors
238211,994,751database_cleaner
457112,003,276ransack
496104,612,796will_paginate
57991,263,332cancancan
90556,855,837friendly_id
1,96515,324,704swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS