View source: R/apigateway_operations.R
apigateway_get_sdk | R Documentation |
Generates a client SDK for a RestApi and Stage.
See https://www.paws-r-sdk.com/docs/apigateway_get_sdk/ for full documentation.
apigateway_get_sdk(restApiId, stageName, sdkType, parameters = NULL)
restApiId |
[required] The string identifier of the associated RestApi. |
stageName |
[required] The name of the Stage that the SDK will use. |
sdkType |
[required] The language for the generated SDK. Currently |
parameters |
A string-to-string key-value map of query parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.