0.0.3 • Published 1 year ago

@ninepie/ali-sls v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ali-sls

Warning: This is a work-in-progress and not the finished product.

How to use

yarn add @ninepie/ali-sls
import { createClient } from '@ninepie/ali-sls'

const client = createClient({
  endpoint: <your-endpoint>
  project: <your-project>
  accessKeyId: process.env.ALI_ACCESS_KEY_ID
  accessKeySecret: process.enve.ALI_ACCESS_KEY_SECRET
})

client.get('/path/to/', {
  params: {},
  data: {}
})
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago