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,928 of 187,960
Downloads: 116,191

Daily

Ranking: 11,700 of 187,950
Downloads: 81

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,046,650,903bundler
101,177,763,422rake
43684,902,140rails
107406,967,187pg
116357,109,216rspec-rails
136316,700,656capybara
153295,414,383faker
185249,159,851factory_bot_rails
200234,628,511rack-cors
224199,282,785database_cleaner
454100,294,350ransack
46797,801,485will_paginate
58883,344,283cancancan
90851,672,521friendly_id
1,92814,172,546swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS