1.4.1 • Published 3 years ago

ali-dcdn v1.4.1

Weekly downloads
31
License
-
Repository
github
Last release
3 years ago

ali-dcdn

NPM version build status Test coverage David deps npm download

Aliyun DCDN client.

Installation

$ npm install ali-dcdn

Usage

const DCDNClient = require('ali-dcdn');

const client = new DCDNClient({
  accessKeyId: '<Your accessKeyId>',
  accessKeySecret: '<Your accessKeySecret>',
  endpoint: '<DCDN endpoint>', // e.g.: 'DCDN.aliyuncs.com'
});

(async () => {
  const quota = await client.actions.DescribeDcdnUserQuota({ DomainName: 'Your domainName' });
  console.log('user quota: %j', quota);
})().catch(err => console.error(err));

Documentation

Issues

Changelog

Detailed changes for each release are documented in the release notes.

License

MIT

1.4.1

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago