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
main use case is so that one can link to the appropriate http verb that is being used in their own package documentation.
so we can do [crul::verb-get] instead of having to just link to [crul::HttpClient] that is just the general http client
[crul::verb-get]
[crul::HttpClient]
each page should have overview of the verb, links to any appropriate functions, curl options?, others?
The text was updated successfully, but these errors were encountered:
af784ac
#98 link to pkg level manual file from verb manual files
41e5103
No branches or pull requests
main use case is so that one can link to the appropriate http verb that is being used in their own package documentation.
so we can do
[crul::verb-get]
instead of having to just link to[crul::HttpClient]
that is just the general http clienteach page should have overview of the verb, links to any appropriate functions, curl options?, others?
The text was updated successfully, but these errors were encountered: