apidocs
apidocs copied to clipboard
API documentation for The Grid
https://github.com/the-grid/apidocs/blob/master/schemata/job.yaml#L35-L37 Is there a schema for the structure?
http://developer.thegrid.io/api.html#content-management-item-put lists the measurements parameter – copy/paste error?
Add support for user-friendly error messages via a custom error reporter. Fixes #78
Currently the out-of-the-box tv4 validation errors can be a bit cryptic, like: ``` JSON schema error in item: Data does not match any schemas from "oneOf" ``` We could provide...
I'd love to get a clear picture of the current User schema for requests made to `https://api.thegrid.io/user`. The only [documentation](http://developer.thegrid.io/passport.html) I can find is for `https://passport.thegrid.io/api/user` which has significantly less...
I don't see `block.cover` documented http://developer.thegrid.io/api.html#content-management-item Is there a key for faces + saliency bbox, or do I need to derive that? @automata I need to decide where/how to save...
Right now we just raw-dump the schemas into the blueprint. This is useful-ish, but things like `$ref: someother-schema` is confusing. References should be resolved, and then put links into the...
Hitting `POST /publish` can result in `422 Unprocessable entity`, e.g. if the item is empty or was already published in that version. All different cases should be documented.
API data examples needed to wire up cover editor: - share a tweet, add a comment - share a tweet with image, add a comment - share a video -...