RubyGems Navigation menu

apicasso 0.7.3

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.7.3 - May 09, 2019 (86.8 MB)
  2. 0.7.2 - April 30, 2019 (86.8 MB)
  3. 0.7.1 - April 17, 2019 (86.8 MB)
  4. 0.7.0 - April 15, 2019 (15 MB)
  5. 0.6.8 - January 28, 2019 (173 KB)
Show all versions (56 total)

Runtime Dependencies (7):

cancancan ~> 2.0
friendly_id ~> 5.2.0
rack-cors >= 0
rails > 5
ransack >= 0
will_paginate ~> 3.1.0

Development Dependencies (8):

bundler >= 0
capybara ~> 3.15.0
faker >= 0
pg >= 0
rake >= 0

Owners:

Authors:

  • Fernando Bellincanta

SHA 256 checksum:

b925ee871fe31b8c163c97d949e74204100e435701ff7dc006a1c1cf7503bdb5

Total downloads 102,214

For this version 3,225

License:

MIT

Required Ruby Version: >= 0

Links: