Generates a client SDK for a RestApi and Stage
Source:R/apigateway_operations.R
apigateway_get_sdk.RdGenerates a client SDK for a RestApi and Stage.
See https://www.paws-r-sdk.com/docs/apigateway_get_sdk/ for full documentation.
Arguments
- 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
java,javascript,android,objectivec(for iOS),swift(for iOS), andrubyare supported.- parameters
A string-to-string key-value map of query parameters
sdkType-dependent properties of the SDK. ForsdkTypeofobjectivecorswift, a parameter namedclassPrefixis required. ForsdkTypeofandroid, parameters namedgroupId,artifactId,artifactVersion, andinvokerPackageare required. ForsdkTypeofjava, parameters namedserviceNameandjavaPackageNameare required.