https://github.com/ucloud/ucloud-sdk-js
UCloud SDK for Node.js
https://github.com/ucloud/ucloud-sdk-js
developer-tools devops js nodejs sdk typescript ucloud
Last synced: 12 months ago
JSON representation
UCloud SDK for Node.js
- Host: GitHub
- URL: https://github.com/ucloud/ucloud-sdk-js
- Owner: ucloud
- License: apache-2.0
- Created: 2021-07-02T07:30:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T13:36:01.000Z (about 3 years ago)
- Last Synced: 2025-01-31T04:09:50.847Z (about 1 year ago)
- Topics: developer-tools, devops, js, nodejs, sdk, typescript, ucloud
- Language: TypeScript
- Homepage: https://docs.ucloud.cn/opensdk-js/README
- Size: 782 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UCloud SDK Javascript
[](https://github.com/ucloud/ucloud-sdk-js/actions)
[](https://codecov.io/gh/ucloud/ucloud-sdk-js)
**Only support NodeJs now**
## Chinese Guide
* [快速开始](docs/quickstart.md)
* [通用配置](docs/configure.md)
* [错误处理](docs/error.md)
* [请求中间件](docs/middleware.md)
* [泛化调用](docs/generic.md)
## Examples
- [批量创建云主机](examples/uhost)
- [创建基于负载均衡器的两层架构](examples/two-tier)