文件名称:json_api_responders:Rails JSON API应用程序的响应者
文件大小:23KB
文件格式:ZIP
更新时间:2024-02-26 17:12:42
rails json-api responder RailsRuby
JsonApi响应者 该gem提供了一些使用JSONAPI的便捷方法。 它的灵感来自宝石。 安装 将此行添加到您的应用程序的Gemfile中: gem 'json_api_responders' 然后执行: $ bundle 在基本控制器内部,包括以下模块: module Api module V1 class BaseController < ApplicationController include JsonApiResponders end end end 用法 该gem带有以下两个方法respond_with和respond_with_er
【文件预览】:
json_api_responders-master
----json_api_responders.gemspec(1KB)
----.gitignore(87B)
----README.md(4KB)
----.codeclimate.yml(322B)
----.rubocop.yml(37KB)
----bin()
--------console(344B)
--------setup(131B)
----Gemfile(104B)
----.rspec(31B)
----spec()
--------json_api_responders_spec.rb(227B)
--------support()
--------lib()
--------spec_helper.rb(226B)
----.travis.yml(76B)
----lib()
--------json_api_responders.rb(1KB)
--------json_api_responders()
----Rakefile(117B)