new_handlers | R Documentation |
Return request handlers for a given protocol and request signer.
new_handlers(protocol, signer)
protocol |
Protocol: |
signer |
Signer: |
Other API request functions:
new_operation()
,
new_request()
,
new_service()
,
send_request()
# Get the handlers needed for an API using REST-JSON and AWS signature V4.
handlers <- new_handlers("restjson", "v4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.