ropensci / crul

R6 based http client for R (for developers)
https://docs.ropensci.org/crul
Other
107 stars 17 forks source link

Add manual files for each HTTP verb #98

Closed sckott closed 5 years ago

sckott commented 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

each page should have overview of the verb, links to any appropriate functions, curl options?, others?