forked from docs/doc-exports
Reviewed-by: Bobkova, Natalia <natalia.bobkova@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
10 lines
1.4 KiB
HTML
10 lines
1.4 KiB
HTML
<a name="apig-api-0001"></a><a name="apig-api-0001"></a>
|
|
|
|
<h1 class="topictitle1">API Usage</h1>
|
|
<div id="body0000001988035638"><p id="apig-api-0001__p35306501">Public cloud application programming interfaces (APIs) comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: <strong id="apig-api-0001__b19651844193113">https://<em id="apig-api-0001__i19378047153111">Endpoint</em>/<em id="apig-api-0001__i9440105020318">uri</em></strong>. In the URL, <strong id="apig-api-0001__b9616944"><em id="apig-api-0001__i3456638163113">uri</em></strong><em id="apig-api-0001__i1845633893118"> </em>indicates the resource path, that is, the API access path.</p>
|
|
<p id="apig-api-0001__p49323054">Public cloud APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted by using JSON messages, with media type represented by <strong id="apig-api-0001__b19443632">Application/json</strong>.</p>
|
|
<p id="apig-api-0001__p16419926165312">For details about how to use APIs, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328001.html?tag=API Documents" target="_blank" rel="noopener noreferrer">API Usage Guidelines</a>.</p>
|
|
</div>
|
|
<div></div>
|
|
|