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,912 of 187,548
Downloads: 115,335

Daily

Ranking: 12,417 of 187,532
Downloads: 71

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,007,742,320bundler
101,164,433,060rake
43678,184,771rails
107402,382,566pg
116353,972,118rspec-rails
135313,706,783capybara
151292,146,401faker
185246,378,033factory_bot_rails
199232,107,614rack-cors
223198,153,983database_cleaner
45499,120,493ransack
46597,088,343will_paginate
58682,526,871cancancan
91051,225,052friendly_id
1,92314,019,402swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS