An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# UCloud SDK Javascript

[![Build Status](https://github.com/ucloud/ucloud-sdk-js/workflows/build/badge.svg)](https://github.com/ucloud/ucloud-sdk-js/actions)
[![CodeCov](https://codecov.io/gh/ucloud/ucloud-sdk-js/branch/master/graph/badge.svg)](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)