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,877 of 186,715
Downloads: 112,834

Daily

Ranking: 23,630 of 186,700
Downloads: 24

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,903,420,977bundler
101,127,274,939rake
43658,205,959rails
107390,719,296pg
117344,860,065rspec-rails
135304,129,302capybara
151282,971,596faker
184238,471,615factory_bot_rails
200225,556,279rack-cors
219195,101,507database_cleaner
45195,906,746ransack
45895,068,993will_paginate
59380,323,739cancancan
90449,958,863friendly_id
1,88913,729,071swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS