doc-exports/docs/apiu/guidelines/CLASS.TXT.json
Chen, Junjie 97b6825626 APIU Guidelines 20240812 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-08-13 10:31:24 +00:00

92 lines
3.4 KiB
JSON

[
{
"desc":"API requests sent by third-party applications to public cloud services must be authenticated using signatures.This document describes the signature procedure, provides sa",
"product_code":"apiug",
"title":"Overview",
"uri":"apig-en-api-180328001.html",
"doc_type":"guidelines",
"p_code":"",
"code":"1"
},
{
"desc":"API Gateway provides RESTful APIs.REST provides APIs to create, query, update, delete, and access service resources.A REST API request/response pair is divided into the f",
"product_code":"apiug",
"title":"Overview of REST APIs",
"uri":"apig-en-api-180328002.html",
"doc_type":"guidelines",
"p_code":"",
"code":"2"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"apiug",
"title":"Calling APIs",
"uri":"apig-en-api-180925010.html",
"doc_type":"guidelines",
"p_code":"",
"code":"3"
},
{
"desc":"Obtain the required information before calling APIs.A project ID needs to be specified in the URIs of some APIs. Therefore, you need to obtain the project ID before calli",
"product_code":"apiug",
"title":"Obtaining Required Information",
"uri":"apig-en-api-180328009.html",
"doc_type":"guidelines",
"p_code":"3",
"code":"4"
},
{
"desc":"If API requests are authenticated using tokens, the request header must contain X-Auth-Token (token information).This section describes how to call an API for token authe",
"product_code":"apiug",
"title":"Token Authentication",
"uri":"apig-en-api-180328003.html",
"doc_type":"guidelines",
"p_code":"3",
"code":"5"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"apiug",
"title":"AK/SK Authentication",
"uri":"apig-en-api-180328004.html",
"doc_type":"guidelines",
"p_code":"3",
"code":"6"
},
{
"desc":"Log in to the management console.Click the username and choose My Credential from the drop-down list.Click Access Keys.Click Add Access Keys to switch to the Add Access K",
"product_code":"apiug",
"title":"Generating an AK and SK",
"uri":"apig-en-api-180328005.html",
"doc_type":"guidelines",
"p_code":"6",
"code":"7"
},
{
"desc":"Introduce the API Gateway signing SDK in the project.Download the API Gateway signing tool from the following link:https://apig-demo.obs.eu-de.otc.t-systems.com/java/java",
"product_code":"apiug",
"title":"Signing a Request",
"uri":"apig-en-api-180328006.html",
"doc_type":"guidelines",
"p_code":"6",
"code":"8"
},
{
"desc":"This section describes how to call the API of a public cloud service by using Eclipse.The following code shows how to sign a request and how to use an HTTP client to send",
"product_code":"apiug",
"title":"Sample Code",
"uri":"apig-en-api-180328008.html",
"doc_type":"guidelines",
"p_code":"6",
"code":"9"
},
{
"desc":"Table 1 describes common status codes.",
"product_code":"apiug",
"title":"HTTP Status Codes",
"uri":"apig-en-api-180328012.html",
"doc_type":"guidelines",
"p_code":"",
"code":"10"
}
]