-
Notifications
You must be signed in to change notification settings - Fork 0
Home
nelsam edited this page Dec 27, 2014
·
1 revision
This document and all specifications use RFC 2119.
For all codecs, you SHOULD append a +
symbol followed by a subtype to format as in your Accept
header. Our codecs guarantee a certain structure, but the subtype guarantees how that structure is formatted. For example, application/vnd.brewnet.data+json" will return data structured with our data codec, formatted as
application/json`.
Regular Data: application/vnd.brewnet.data
. Our regular data codec - use this for retrieving data from the API.
Form Structure: application/vnd.brewnet.form
. Returns a structure for accepting user input for requested resource.