RubyGems Navigation menu

apicasso 0.6.4

JSON API development can get boring and time consuming. If you think it through, every time you make one you use almost the same route structure pointing the same controller actions, with the same features: ordering, filtering and pagination. APIcasso is intended to be used as a full-fledged CRUD JSON API or as a base controller. It makes development and easier job by abstracting route-based resource operations into API key scoping. This makes it possible to make CRUD-only applications just by creating functional Rails' models. The magic is done by a `.scope` JSON object which exists in every API key. It uses permission scopes as keys to restrict and extend APIcasso access to your application's resources.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  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.0 MB)
  5. 0.6.8 - January 28, 2019 (172.5 KB)
  6. 0.6.4 - November 27, 2018 (123.0 KB)
显示所有版本 (共 56 个)

Runtime 依赖 (7):

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

Development 依赖 (8):

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

业主:

作者:

  • Fernando Bellincanta

SHA 256 校验和:

5fc85dde4a0005dc8f47d1c90ac3b7f90ba1f308f382ca6c62ef4b303cdaa73a

下载总量 103,903

这个版本 1,786

许可:

MIT

需要的 Ruby 版本: >= 0

链接: