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: - of 0
Downloads: -

Daily

Ranking: - of 0
Downloads: -

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,524,455,789bundler
81,354,615,159rake
44759,429,268rails
109452,175,142pg
122393,372,550rspec-rails
145346,561,110capybara
152329,642,410faker
184280,744,273factory_bot_rails
199263,308,466rack-cors
241212,885,742database_cleaner
458112,828,815ransack
497105,106,233will_paginate
57791,825,452cancancan
90457,226,903friendly_id
1,97015,377,037swagger-blocks

Owners

#GravatarHandle
1iconErvalhouS