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,327 of 192,666
Downloads: 120,604

Daily

Ranking: 8,274 of 192,588
Downloads: 174

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,389,007,605bundler
81,310,508,356rake
44740,875,687rails
108439,877,617pg
122383,352,712rspec-rails
141338,775,401capybara
153320,821,941faker
185272,038,763factory_bot_rails
200255,347,580rack-cors
236209,238,436database_cleaner
459109,423,211ransack
493103,199,109will_paginate
57889,525,592cancancan
90755,609,208friendly_id
1,96315,152,812swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS