Skip to content
Greg Malcolm edited this page Apr 29, 2016 · 33 revisions

The api site is at:

http://api.edmaterializer.com

When testing out CRUD operations it's probably best to try things out on the test server. Currently it's this:

http://ed-materializer.herokuapp.com

The API uses the JSON API format json:

http://jsonapi.org/

Contents

  • Auth
  • [Available HTTP Actions](Schema---HTTP Actions)
  • Api
    • V3 (Deprecated)
      • Same as V4 but the POSTS and PATCH requests are sending in old style ActiveRecord::Model format. In v4 they're sent as JSON API data/attributes and data/relationships.
    • V4 -
  • Daily Data Dumps
Clone this wiki locally