Get Sdk
apigateway_get_sdk | R Documentation |
Generates a client SDK for a RestApi and Stage¶
Description¶
Generates a client SDK for a RestApi and Stage.
Usage¶
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), andruby
are supported.parameters
A string-to-string key-value map of query parameters
sdkType
-dependent properties of the SDK. ForsdkType
ofobjectivec
orswift
, a parameter namedclassPrefix
is required. ForsdkType
ofandroid
, parameters namedgroupId
,artifactId
,artifactVersion
, andinvokerPackage
are required. ForsdkType
ofjava
, parameters namedserviceName
andjavaPackageName
are required.
Value¶
A list with the following syntax: