GitHunt
EQ

equivalent/json-api-RC3

A specification for building JSON APIs - Mirror to RC3

This is NOT the official JSON-API project, just mirror to it's RC3 version.

UPDATE 2022-11-17 Heroku will no longer be free (source) I'm shutting down the dyno. If anyone wants to host this app / pay for the dyno contact me (contact info eq8.eu)

you can stil view it in: Web Archive (Wayback Machine)

old website was: http://jsonapi-rc3.herokuapp.com/

Real >= 1.0 realase is hosted at http://jsonapi.org/ and
https://github.com/json-api/json-api

Original content of RC3 README:

JSON API

Documentation for the application/vnd.api+json media
type
,
a standard for APIs that use JSON. This repository is the
source code for http://jsonapi.org.

Resources

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

Status

This standard is currently under development. To assist:

  1. Get the dependencies:

    $ bundle

  2. Host the site locally while editing:

    $ bundle exec rake preview:browser

  3. Edit the Markdown files.

  4. Commit your changes.

  5. Send a Pull Request when finished.

The website is automatically built by GitHub Pages
when changes are pushed to the gh-pages branch.

Languages

CSS39.3%SCSS38.0%HTML17.1%Ruby5.5%JavaScript0.1%
Created September 10, 2015
Updated March 20, 2023
equivalent/json-api-RC3 | GitHunt