http-methods: HTTP methods for communicating with the Crunch API
Description
HTTP methods for communicating with the Crunch API
Usage
crGET(...)
crPUT(...)
crPATCH(...)
crPOST(...)
crDELETE(...)
Arguments
...
see crunchAPI
for details. url
is the first
named argument and is required; body
is also required for PUT,
PATCH, and POST. Value
Depends on the response status of the HTTP request and any custom
handlers.