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/2019-08-23/api-docs.php | 78 ++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 data/nls-filetrans/2019-08-23/api-docs.php (limited to 'data/nls-filetrans/2019-08-23') diff --git a/data/nls-filetrans/2019-08-23/api-docs.php b/data/nls-filetrans/2019-08-23/api-docs.php new file mode 100644 index 0000000..2e176eb --- /dev/null +++ b/data/nls-filetrans/2019-08-23/api-docs.php @@ -0,0 +1,78 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'nls-filetrans', + 'version' => '2019-08-23', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'GetTaskResult' => [ + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + ], + 'SubmitTask' => [ + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'BearerToken' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'Task', + '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