Generates a software development kit (SDK) for an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:SdkGenerateByApp |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
integer |
Yes |
The unique ID of the application. |
110797019 |
| Language |
string |
Yes |
The programming language of the SDK to be generated. |
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 request ID. |
61A16D46-EC04-5288-8A18-811B0F536CC2 |
Examples
Success response
JSON format
{
"DownloadLink": "UEsDBBQACAAIADdwnFQAAAAAAAAAAAAAAAA2AAAAQ0FTREtfSkFWQV8xMjI3NDY2NjY0MzM0MTMzXzE2NTExMjU3MD......",
"RequestId": "61A16D46-EC04-5288-8A18-811B0F536CC2"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.