View source: R/AuthenticationFunctions.R
makeRequest | R Documentation |
This function performs an HTTP request to a Schoology API endpoint.
makeRequest(endpt, paramsList = NULL, verb = "GET", payload = NULL)
endpt |
The endpoint URL for the request. |
paramsList |
A list of parameters primarily used as searchFields. |
verb |
An HTTP request, either GET, PUT, POST or DELETE. |
payload |
A json object used in PUT and POST requests. |
This function is called by all Schoology SDK functions. You will, in general, not need to call this function directly.
The content of the request response.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.