RubyGems Navigation menu

apicasso 0.7.2

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 checksum:

bf01ba672a3ce76b4032a0bf97c8293f7fedcdbaf422473d26a4b68f4e3fc41f

總下載次數 103,126

這個版本 2,157

License:

MIT

Ruby 版本需求: >= 0

相關連結: