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,184 of 192,104
Downloads: 120,110

Daily

Ranking: 28,525 of 192,085
Downloads: 8

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,340,208,428bundler
81,291,638,605rake
44733,647,134rails
108435,437,105pg
122379,740,341rspec-rails
141335,893,980capybara
151316,809,634faker
185268,890,590factory_bot_rails
199252,530,520rack-cors
232207,858,673database_cleaner
457108,203,130ransack
489102,504,508will_paginate
58388,707,498cancancan
90755,060,923friendly_id
1,95915,065,792swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS