From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- data/nls-filetrans/2018-08-17/api-docs.php | 80 ++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 data/nls-filetrans/2018-08-17/api-docs.php (limited to 'data/nls-filetrans/2018-08-17/api-docs.php') diff --git a/data/nls-filetrans/2018-08-17/api-docs.php b/data/nls-filetrans/2018-08-17/api-docs.php new file mode 100644 index 0000000..4dee601 --- /dev/null +++ b/data/nls-filetrans/2018-08-17/api-docs.php @@ -0,0 +1,80 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'nls-filetrans', + 'version' => '2018-08-17', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'SubmitTask' => [ + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Task', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + ], + 'GetTaskResult' => [ + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'nls-filetrans.cn-beijing.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'nls-filetrans.cn-shanghai.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen', + 'endpoint' => 'nls-filetrans.cn-shenzhen.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3