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

arrive20209 13 0 ZIP 2021-02-25 06:02:31

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

用户评论
请输入评论内容
评分:
暂无评论