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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  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)
显示所有版本 (共 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 ~> 3.15.0
faker >= 0
pg >= 0
rake >= 0

业主:

作者:

  • Fernando Bellincanta

SHA 256 校验和:

b925ee871fe31b8c163c97d949e74204100e435701ff7dc006a1c1cf7503bdb5

下载总量 102,558

这个版本 3,237

许可:

MIT

需要的 Ruby 版本: >= 0

链接: