1. 首页
  2. 数据库
  3. 其它
  4. json_api_responders:Rails JSON API应用程序的响应者 源码

json_api_responders:Rails JSON API应用程序的响应者 源码

上传者: 2021-02-25 06:49:32上传 ZIP文件 22.99KB 热度 14次
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
下载地址
用户评论