diff options
| author | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
| commit | eccd5cd5a067f5659982685afdeea209b1888efb (patch) | |
| tree | 1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /data/nls-cloud-meta/2018-05-18 | |
| download | acs-metadata-1.0.0+20260212.tar.gz acs-metadata-1.0.0+20260212.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/nls-cloud-meta/2018-05-18')
| -rw-r--r-- | data/nls-cloud-meta/2018-05-18/api-docs.php | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/data/nls-cloud-meta/2018-05-18/api-docs.php b/data/nls-cloud-meta/2018-05-18/api-docs.php new file mode 100644 index 0000000..f24e324 --- /dev/null +++ b/data/nls-cloud-meta/2018-05-18/api-docs.php @@ -0,0 +1,43 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'nls-cloud-meta', + 'version' => '2018-05-18', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'CreateToken' => [ + 'path' => '/pop/2018-05-18/tokens', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'nls-slp.cn-shanghai.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'nls-meta.cn-shanghai.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'nls-meta.cn-shanghai.aliyuncs.com ', + ], + ], +]; |
