Generates a software development kit (SDK) for the APIs associated with an app.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:SdkGenerateByAppForRegion |
get |
*App
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
integer |
Yes |
The ID of the app. This ID is generated by the system and is globally unique. |
110906109 |
| Language |
string |
Yes |
The programming language for which you want to generate the SDK. |
java |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DownloadLink |
string |
The Base64-encoded content of the SDK. Decode the content to obtain the file. |
UEsDBBQACAAIADdwnFQAAAAAAAAAAAAAAAA2AAAAQ0FTREtfSkFWQV8xMjI3NDY2NjY0MzM0MTMzXzE2NTExMjU3MD...... |
| RequestId |
string |
The ID of the request. |
CE5722A6-AE78-4741-A9B0-6C817D360510 |
Examples
Success response
JSON format
{
"DownloadLink": "UEsDBBQACAAIADdwnFQAAAAAAAAAAAAAAAA2AAAAQ0FTREtfSkFWQV8xMjI3NDY2NjY0MzM0MTMzXzE2NTExMjU3MD......",
"RequestId": "CE5722A6-AE78-4741-A9B0-6C817D360510"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.