aliyun-sls-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Aliyun SLS Client

A modern impementation

Install

$ npm install aliyun-sls-client

Or with yarn,

$ yarn add aliyun-sls-client

Usage

import { ClientBuilder } from 'aliyun-sls-client'

const c = new ClientBuilder().setProject("project")
    .setAccessKey("ak_id", "ak_secret")
    // https will be used for internet access while http will be used for intranet access
    .setEndpoint("cn-hangzhou.log.aliyuncs.com")
    .build()

c.getLog("logStore", "*").then((resp) => console.log(resp.data));

Please check https://help.aliyun.com/document_detail/29008.html for complete endpoint lists.

Implemented APIs

  • [x] GetLogs
  • [x] GetHistograms

License

MIT

Package Sidebar

Install

npm i aliyun-sls-client

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

1.65 kB

Total Files

2

Last publish

Collaborators

  • lujiajing1126