UNPKG

1.19 kBMarkdownView Raw
1# Tea Support SDK for TypeScript/Node.js
2
3[![NPM version][npm-image]][npm-url]
4[![build status][travis-image]][travis-url]
5[![codecov][cov-image]][cov-url]
6[![David deps][david-image]][david-url]
7[![npm download][download-image]][download-url]
8
9[npm-image]: https://img.shields.io/npm/v/@alicloud/tea-typescript.svg?style=flat-square
10[npm-url]: https://npmjs.org/package/@alicloud/tea-typescript
11[travis-image]: https://img.shields.io/travis/aliyun/tea-typescript.svg?style=flat-square
12[travis-url]: https://travis-ci.org/aliyun/tea-typescript
13[cov-image]: https://codecov.io/gh/aliyun/tea-typescript/branch/master/graph/badge.svg
14[cov-url]: https://codecov.io/gh/aliyun/tea-typescript
15[david-image]: https://img.shields.io/david/aliyun/tea-typescript.svg?style=flat-square
16[david-url]: https://david-dm.org/aliyun/tea-typescript
17[download-image]: https://img.shields.io/npm/dm/@alicloud/tea-typescript.svg?style=flat-square
18[download-url]: https://npmjs.org/package/@alicloud/tea-typescript
19
20Core SDK 用于处理底层的 HTTP/HTTPS 协议的请求和接受。
21
22## Installation
23
24它在生成的 SDK 中被应用
25
26```bash
27$ npm install @alicloud/tea-typescript
28```
29
30## License
31The MIT license