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,128 of 191,455
Downloads: 119,076

Daily

Ranking: 11,957 of 191,429
Downloads: 66

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,290,634,251bundler
81,273,120,523rake
44726,048,441rails
108430,726,625pg
122375,770,521rspec-rails
140332,604,250capybara
152313,449,674faker
186265,644,218factory_bot_rails
199249,721,550rack-cors
231206,268,355database_cleaner
456106,882,829ransack
484101,771,185will_paginate
58287,808,322cancancan
90954,462,471friendly_id
1,95514,973,497swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS