{"id":17267484,"url":"https://github.com/aliyun-ued/aliyun-sdk-js","last_synced_at":"2025-05-15T06:07:09.200Z","repository":{"id":24024741,"uuid":"27409400","full_name":"aliyun-UED/aliyun-sdk-js","owner":"aliyun-UED","description":"阿里云 SDK for Javascript，支持在浏览器和 Nodejs 环境使用，支持大部分阿里云服务。","archived":false,"fork":false,"pushed_at":"2023-08-04T06:43:41.000Z","size":8417,"stargazers_count":777,"open_issues_count":51,"forks_count":191,"subscribers_count":58,"default_branch":"master","last_synced_at":"2025-05-15T06:06:30.545Z","etag":null,"topics":["aliyun","cdn","ecs","javascript","mts","nodejs","openapi","oss","ots","rds","sdk","slb","sls"],"latest_commit_sha":null,"homepage":"http://www.aliyun.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliyun-UED.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-02T01:37:58.000Z","updated_at":"2025-04-07T04:31:40.000Z","dependencies_parsed_at":"2024-06-18T12:25:43.943Z","dependency_job_id":"e6b8b780-87cf-4d3f-9ca1-361055aa75ff","html_url":"https://github.com/aliyun-UED/aliyun-sdk-js","commit_stats":{"total_commits":697,"total_committers":40,"mean_commits":17.425,"dds":0.3687230989956959,"last_synced_commit":"3f80331e28645a7e186b6910b6e61a53a4e0b226"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyun-UED%2Faliyun-sdk-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyun-UED%2Faliyun-sdk-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyun-UED%2Faliyun-sdk-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliyun-UED%2Faliyun-sdk-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliyun-UED","download_url":"https://codeload.github.com/aliyun-UED/aliyun-sdk-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283350,"owners_count":22045141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aliyun","cdn","ecs","javascript","mts","nodejs","openapi","oss","ots","rds","sdk","slb","sls"],"created_at":"2024-10-15T08:10:46.060Z","updated_at":"2025-05-15T06:07:09.180Z","avatar_url":"https://github.com/aliyun-UED.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 安装\n\n### Node.js 安装\n\n```sh\nnpm install aliyun-sdk\n```\n\n### 浏览器端安装\n\nhttps://github.com/aliyun-UED/aliyun-sdk-js/blob/master/browser.md\n\n## 使用方法及代码示例\n\n### OSS\n在 samples/oss 目录下的代码示例，使用方法：\n - 将 sample/oss/oss.js 中需要的参数修改\n - 打开需要执行的某个实例文件，如 GetBucket.js，将其中的参数改成你自己的 oss 实例参数\n - 执行示例文件即可, 如:\n\n ```javascript\n cd samples/oss\n node GetBucket.js\n ```\n\n***oss 支持 stream 请使用 https://github.com/berwin/aliyun-oss-upload-stream***\n\n## 目前支持的服务\n\nSDK 目前支持下列服务:\n\n| 服务名  | 类名  | API 版本 | API 文档\n| :------------ |:---------------:| -----:| -----:|\n| Aliyun ECS      | ALY.ECS | 2014-05-26 | [ECS API手册](http://aliyunecs.oss.aliyuncs.com/ECS-API-Reference%202014-05-26.pdf) |\n| Aliyun RDS      | ALY.RDS | 2014-08-15 | [RDS API手册](http://imgs-storage.cdn.aliyuncs.com/help/rds/RDS-API-Reference.pdf) |\n| Aliyun SLB      | ALY.SLB | 2014-05-15 | [SLB API手册](http://imgs-storage.cdn.aliyuncs.com/help/slb/SLB-API-Reference_2014-05-15.pdf) |\n| Aliyun ESS      | ALY.SLB | 2014-08-28 | [ESS API手册](https://help.aliyun.com/product/25855.html) |\n| Aliyun OSS      | ALY.OSS | 2013-10-15 | [OSS API手册](http://imgs-storage.cdn.aliyuncs.com/help/oss/oss%20api%2020140828.pdf) |\n| Aliyun OTS      | ALY.OTS | 2014-08-08 | [OTS API手册](https://help.aliyun.com/document_detail/ots/APIReference) |\n| Aliyun CDN      | ALY.CDN | 2014-11-11 | [CDN API手册](http://imgs-storage.cdn.aliyuncs.com/help/cdn/cdn%20open%20api%20v1.6.pdf) |\n| Aliyun CMS      | ALY.CMS | 2015-10-20 | [CMS API手册](https://help.aliyun.com/document_detail/cms/API_References/New_Metric_OpenAPI_Reference.html?spm=5176.product8314972_cms.6.89.O1ENDP) |\n| Aliyun SLS      | ALY.SLS | 2014-11-18 | [SLS API手册](https://help.aliyun.com/document_detail/29007.html) |\n| Aliyun RAM      | ALY.RAM | 2015-05-15 | [RAM API手册](https://help.aliyun.com/document_detail/28672.html) |\n| Aliyun STS      | ALY.STS | 2015-04-01 | [STS API手册](https://help.aliyun.com/document_detail/28756.html) |\n| Aliyun MTS      | ALY.MTS | 2014-06-18 | [MTS API手册](https://help.aliyun.com/document_detail/29212.html) |\n| Aliyun PUSH      | ALY.PUSH | 2015-08-27 | [PUSH API手册](https://help.aliyun.com/document_detail/mobilepush/api-reference/openapi.html) |\n| Alidayu      | ALY.DAYU | 2015-12-16 | [阿里大于 API手册](https://api.alidayu.com/doc2/apiList.htm) |\n| Alyun GREEN      | ALY.GREEN | 2016-11-24 | [阿里绿网 API手册](https://help.aliyun.com/document_detail/28427.html) |\n| Aliyun OpenSearch      | ALY.OpenSearch | 2015-01-01 | [OpenSearch API手册](http://docs.aliyun.com/#/opensearch/api-reference/terminology) |\n| Aliyun BatchCompute      | ALY.BatchCompute | 2015-06-30 | [BatchCompute API手册](http://docs.aliyun.com/#/pub/batchcompute) |\n| Aliyun OCS memcached      | ALY.MEMCACHED        | | [BinaryProtocolRevamped](https://code.google.com/p/memcached/wiki/BinaryProtocolRevamped) |\n| Aliyun JAQ      | ALY.JAQ        | | [数控风险](https://help.aliyun.com/product/28308.html) |\n\n#### 我们在代码中参考了 AWS SDK，在此声明。\n\n## License\n\nThis SDK is distributed under the\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyun-ued%2Faliyun-sdk-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliyun-ued%2Faliyun-sdk-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliyun-ued%2Faliyun-sdk-js/lists"}