We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RestDoc is designed to be consumed via regualr HTTP requests.
The HTTP method that was chosen for retrieving the RestDoc data is OPTIONS.
OPTIONS * Accept: application/json
The response will contain the full description of the available resources and their supported methods.
OPTIONS /resource Accept: application/json
The response will contain resource level description of the supported methods.