I am trying to define an API project for a resource that uses request headers to figure out what type of content will be returned.
#
I want my query to be as follows: -
GET /offers/summer2015 HTTP/1.1 Host: my.api.com Accept: application/vnd.v0.1.0+json
How can I document this using the Blueprint API?
source share