ss_get() wraps the httr::GET() function
ss_post() wraps the httr::POST() function
ss_put() wraps the httr::PUT() function
ss_delete() wraps the httr::DELETE() function
ss_get(path, ...)ss_post(path, body, ...)
ss_delete(path, ...)
ss_put(path, ...)
An httr::response object
A character vector to add to the API url. See (https://smartsheet.redoc.ly/#section/Introduction) for more information.
Further arguments passed to ss_api
A list of objects
Note that the environment variable SMARTSHEET_API_TOKEN should be defined in order to run this or any
other smarsheetr functions.