RubyGems Navigation menu

apicasso 0.4.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.8MB)
  2. 0.7.2 - April 30, 2019 (86.8MB)
  3. 0.7.1 - April 17, 2019 (86.8MB)
  4. 0.7.0 - April 15, 2019 (15MB)
  5. 0.6.8 - January 28, 2019 (173KB)
  6. 0.4.4 - September 28, 2018 (31KB)
全てのバージョンを表示(全56件)

Runtime依存関係 (5):

cancancan ~> 2.0
rails > 5
ransack >= 0
will_paginate ~> 3.1.0

Development依存関係 (6):

bundler >= 0
capybara >= 0
rake >= 0
sqlite3 >= 0

所有者:

作者:

  • Fernando Bellincanta

SHA 256チェックサム:

098d06828a6c7d4a56a39701ce3dcf85f93e22f404ac8a9612d0b2d32c1214b0

累計ダウンロード数 103,126

このバージョンのみ 1,842

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: