文件名称:simple_json_api:实现 JSON API 规范的基本序列化程序
文件大小:32KB
文件格式:ZIP
更新时间:2024-07-02 06:53:42
Ruby
SimpleJsonApi 遵循规范呈现 json 的 。 安装 将此行添加到应用程序的 Gemfile 中: gem 'simple_json_api' 然后执行: $ bundle 或者自己安装: $ gem install simple_json_api Rails 集成 使用 gem 用法 定义序列化程序 需要为每个资源创建一个序列化程序。 序列化器将定义序列化 json 的属性和关联。 class ProjectSerializer < SimpleJsonApi :: ResourceSerializer serializes :projects , model : Project attribute :id attribute :name , key : :project_name attribute :description att
【文件预览】:
simple_json_api-master
----.travis.yml(262B)
----.overcommit.yml(1KB)
----Rakefile(416B)
----test()
--------test_setup.rb(515B)
--------test_helper.rb(619B)
--------unit()
--------tmp()
--------integration()
--------setup()
--------fixtures()
----.rubocop.yml(95B)
----LICENSE(1KB)
----Gemfile(698B)
----simple_json_api.gemspec(1KB)
----.gitignore(125B)
----lib()
--------simple_json_api.rb(617B)
--------simple_json_api()
----README.md(3KB)
----LICENSE.txt(1KB)