1.3.1 • Published 4 years ago

@improvising/qcloud v1.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

QCloud

A Tecent Cloud API Client

Example

import { QCloud } from '@improvising/qcloud'

const client = new QCloud({
  Region: 'ap-guangzhou',
  SecretId: 'Please input your SecretId',
  SecretKey: 'Please input your SecretKey',
  Token: 'Please input your Token',
  ServiceType: 'tmt',
})

const res = await client.request(
  {
    Action: 'TextTranslate',
    Version: '2018-03-21',
    SourceText: 'hello',
    Source: 'auto',
    Target: 'zh',
    ProjectId: 0,
  },
  {
    host: 'tmt.tencentcloudapi.com',
  },
)

console.log(res)
1.2.3

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago