@tapni/sendcloud
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

sendcloud logo

SendCloud API Nodejs Wrapper

This wrapper helps you to easily connect to the SendCloud API.

https://www.sendcloud.fr/

Documentation

You can check the documentation of sendcloud at this url.

Installation

npm install @tapni/sendcloud

Example

const SendCloud = require('@aquilacms/sendcloud').default;

const sendCloud = new SendCloud({
    api_key: '<YOUR_API_KEY>',
    api_secret: '<YOUR_API_SECRET>'
})
try {
    const result = await sendCloud.parcels.getParcels()
    console.log(result)
} catch (err) {
    console.error(err)
}

Readme

Keywords

none

Package Sidebar

Install

npm i @tapni/sendcloud

Weekly Downloads

21

Version

1.0.1

License

MIT

Unpacked Size

44.2 kB

Total Files

7

Last publish

Collaborators

  • mihajlon97
  • zeka035