sinchang / node-sendcloud-sdk

SendCloud Mail Node SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-sendcloud-sdk

NPM version NPM downloads CircleCI codecov

Install

npm i node-sendcloud-sdk

Usage

const Sendcloud = require('node-sendcloud-sdk')

const client = new SendCloud(apiUser, apiKey)

client.get('template/list', params)

// return Promise

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

node-sendcloud-sdk © sinchang, Released under the MIT License.
Authored and maintained by sinchang with help from contributors (list).

github.com/sinchang · GitHub @sinchang · Twitter @sinchangwen

About

SendCloud Mail Node SDK

License:MIT License


Languages

Language:JavaScript 100.0%