Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A specification for building JSON APIs
https://github.com/json-api/json-api

Last synced: 20 days ago
JSON representation

A specification for building JSON APIs

Awesome Lists containing this project

README

        

JSON:API
========

Documentation for the [application/vnd.api+json media
type](http://www.iana.org/assignments/media-types/application/vnd.api+json),
a specification for APIs that use JSON. This repository is the
source code for [http://jsonapi.org](http://jsonapi.org).

Resources
---------

* IRC channel: #jsonapi on freenode.net
* Twitter: @jsonapi
* Discourse: [http://discuss.jsonapi.org](http://discuss.jsonapi.org)

Status
------

This standard is currently under development. To assist:

1. Get the dependencies:

`$ bundle`

1. Host the site locally while editing:

`$ bundle exec rake preview:browser`

1. Edit the Markdown files.
1. Commit your changes.
1. Send a Pull Request when finished.

The website is automatically built by [GitHub Pages](http://pages.github.com)
when changes are pushed to the `gh-pages` branch.

Archive
-------

older versions of the JSON:API documentations

* RC3 - http://jsonapi-rc3.herokuapp.com/