Skip to content

xiaohesong/aliyun-product-js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • require
es6
  • install
npm install aliyun-product-js-sdk
  • useage
import Client from 'aliyun-product-js-sdk'

const client = new Client(key, secret);
client.post(url,{
  data: data,
  headers: {
    accept: 'application/json',
    'Content-Type': 'application/json; charset=UTF-8',
  }
})
  • support http method

    • get
    • post
    • put
    • delete
  • not work

    this package was work in my project. if not work for you, please open a issue.