Description Usage Arguments Details Value Functions Examples
Utils for building http requests for festotu APIs, using the package configuration.
1 2 3 4 5 6 7  | getMethodProperties(methodName, api)
buildURL(api, methodProperties, params)
buildQuery(api, properties, params)
updateApiReference(api)
 | 
methodName | 
 Name of the API method  | 
api | 
 Name of the API  | 
params | 
 Additional parameters. Typically a named list of resources identifiers.  | 
body | 
 Named list representing the body of a PUT/POST request.  | 
getMethodProperties
updateApiReference creates a new API reference configuration file
getMethodProperties returns a data.frame of method properties, to be used when building http requests.
buildURI returns a URL pointing to the resource described by the parameters provided.
buildQuery returns a named list containing a curl query for a GET request
buildURL: Build a URL pointing to the resource described by the parameters provided.
buildQuery: Build a curl query for a GET request
updateApiReference: Creates a new API reference configuration file
1 2 3  | festotuAPIs:::getMethodProperties("findAllListingActive", "etsy")
updateApiReference("etsy")
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.