Skip to content

Repository files navigation

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 @aquilacms/sendcloud

Example

constSendCloud=require('@aquilacms/sendcloud')constsendCloud=newSendCloud({api_key: '<YOUR_API_KEY>',api_secret: '<YOUR_API_SECRET>'})try{constresult=awaitsendCloud.parcels.getParcels()console.log(result)}catch(err){console.error(err)}

About

sendcloud API wrapper for node.js

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages