We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/
From @mstade on August 8, 2014 15:45
When you do a GET / in a nap web (maybe start calling these domains instead?) we should get back links for all resources available, here's an example:
GET /
GET / Accept: *
Returns something like:
200 OK Link: </foo>;rel=foo Link: </bar>;rel=bar Link: </ping-pong>;rel=wibble Link: </mango>;rel=wobble
Not sure if this should include all resources in the domain, or if this is something the domain has to explicitly define.
Copied from original issue: sammyt/nap#12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From @mstade on August 8, 2014 15:45
When you do a
GET /
in a nap web (maybe start calling these domains instead?) we should get back links for all resources available, here's an example:Returns something like:
Not sure if this should include all resources in the domain, or if this is something the domain has to explicitly define.
Copied from original issue: sammyt/nap#12
The text was updated successfully, but these errors were encountered: