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,948 of 188,277
Downloads: 116,838

Daily

Ranking: 85,896 of 188,252
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,082,208,484bundler
101,189,560,286rake
44691,117,452rails
107410,748,278pg
116359,950,435rspec-rails
136319,449,977capybara
153298,526,266faker
185251,750,130factory_bot_rails
200236,879,483rack-cors
226200,335,626database_cleaner
454101,367,365ransack
46998,364,436will_paginate
58684,101,430cancancan
90852,101,584friendly_id
1,93214,315,660swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS