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

https://github.com/mr687/idcloudhost-node-client

Unofficial IDCloudhost Node API Client
https://github.com/mr687/idcloudhost-node-client

client idcloudhost nodejs npm-package

Last synced: 2 months ago
JSON representation

Unofficial IDCloudhost Node API Client

Awesome Lists containing this project

README

          

## Unofficial ID Cloudhost API Client

#### Getting started
- Install package:

```bash
yarn add idcloudhost-node-client
```

- Usage
```typescript
import IdcClient from 'idcloudhost-node-client'

const apikey = 'Your API KEY'
const idcClient = IdcClient(apikey)

idcClient.getUserInfo()
.then(console.log)
.catch(console.error)
```

#### API Docs
- [https://api.idcloudhost.com](https://api.idcloudhost.com)