Generates a client SDK for a RestApi and Stage
Generates a client SDK for a RestApi and Stage.
apigateway_get_sdk(restApiId, stageName, sdkType, parameters)
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
stageName |
[required] [Required] The name of the Stage that the SDK will use. |
sdkType |
[required] [Required] The language for the generated SDK. Currently |
parameters |
A string-to-string key-value map of query parameters |
A list with the following syntax:
list( contentType = "string", contentDisposition = "string", body = raw )
svc$get_sdk( restApiId = "string", stageName = "string", sdkType = "string", parameters = list( "string" ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.