send_request | R Documentation |
Send a request and handle the response. Build the HTTP request, send it to AWS, interpret the response, and throw an error if the response is not ok.
send_request(request)
request |
A request, e.g. from |
Other API request functions:
new_handlers()
,
new_operation()
,
new_request()
,
new_service()
## Not run:
# Send a request and handle the response.
resp <- send_request(req)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.