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,553 of 196,619
Downloads: 124,655

Daily

Ranking: 41,976 of 196,594
Downloads: 8

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,749,482,850bundler
81,416,207,584rake
45789,715,220rails
110471,572,390pg
124408,435,726rspec-rails
145358,989,556capybara
153342,806,372faker
187293,951,614factory_bot_rails
198275,239,441rack-cors
247218,401,635database_cleaner
464117,943,652ransack
504108,049,552will_paginate
56995,219,940cancancan
90359,546,500friendly_id
1,98515,748,272swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS