Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justjavac/json-api-zh_CN

用 JSON 构建 API 的标准指南
https://github.com/justjavac/json-api-zh_CN

json json-api jsonapi

Last synced: 3 months ago
JSON representation

用 JSON 构建 API 的标准指南

Awesome Lists containing this project

README

        

JSON API:用 JSON 构建 API 的标准指南中文版
========

本项目是网站 [http://jsonapi.org.cn](http://jsonapi.org.cn) 的源码。

英文官方网址:[http://jsonapi.org](http://jsonapi.org)。

资源
---------

* IRC channel: #jsonapi on freenode.net
* Twitter: @jsonapi

翻译
---------

* [justjavac(迷渡)](http://github.com/justjavac)
* [bornkiller](http://github.com/bornkiller)

现状 Status
------

本标准是目前正在开发中。如需贡献:

1. 获取所有依赖:

`$ bundle`

1. 搭建本地站点:

`$ bundle exec rake preview:browser`

1. 编辑 Markdown 文件。
1. 提交更改。
1. 提交 Pull Request。

当更改被合并到 `gh-pages` 分支,本站点将由 [GitHub Pages](http://pages.github.com) 自动构建。