0.0.4 • Published 2 years ago

@sline-io/sendcloud-sdk v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Sendcloud Node.js SDK

Node.js SDK for Sendcloud

Documentation

You can check the documentation of sendcloud at this url.

Installation

// npm
npm install @sline-io/sendcloud-sdk

// yarn
yarn add @sline-io/sendcloud-sdk

// pnpm
pnpm add @sline-io/sendcloud-sdk

Example

import SendcloudSDK from '@sline-io/sendcloud-sdk';

const sendcloud = new SendCloudSDK.parcels({
    publicKey: '<YOUR_API_PUBLIC_KEY>',
    privateKey: '<YOUR_API_SECRET_KEY>',
});

const label = await sendcloud.getLabel(parcelId);