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,353 of 183,244
Downloads: 108,628

Daily

Ranking: 13,428 of 183,237
Downloads: 57

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,423,647,730bundler
10959,426,028rake
41568,034,281rails
103338,394,474pg
116296,381,150rspec-rails
136257,937,312capybara
153243,577,018faker
182199,057,289factory_bot_rails
194190,825,457rack-cors
200180,880,818database_cleaner
41986,585,885will_paginate
44082,521,050ransack
60870,869,509cancancan
86944,789,264friendly_id
1,79912,507,798swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS