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,163 of 180,416
Downloads: 102,102

Daily

Ranking: 10,868 of 180,403
Downloads: 57

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,062,907,607bundler
16849,672,215rake
42512,798,321rails
107298,688,636pg
115261,350,787rspec-rails
137226,638,355capybara
151212,035,913faker
187170,311,881factory_bot_rails
189168,047,744database_cleaner
195164,060,715rack-cors
40179,938,943will_paginate
45172,470,228ransack
61262,190,002cancancan
85540,382,263friendly_id
1,71311,551,885swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS