apigateway_get_sdk: Generates a client SDK for a RestApi and Stage

View source: R/apigateway_operations.R

apigateway_get_sdkR Documentation

Generates a client SDK for a RestApi and Stage

Description

Generates a client SDK for a RestApi and Stage.

See https://www.paws-r-sdk.com/docs/apigateway_get_sdk/ for full documentation.

Usage

apigateway_get_sdk(restApiId, stageName, sdkType, parameters = NULL)

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), and ruby are supported.

parameters

A string-to-string key-value map of query parameters sdkType-dependent properties of the SDK. For sdkType of objectivec or swift, a parameter named classPrefix is required. For sdkType of android, parameters named groupId, artifactId, artifactVersion, and invokerPackage are required. For sdkType of java, parameters named serviceName and javaPackageName are required.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.