Closed sckott closed 5 years ago
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?
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?