New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tapni/sendcloud

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapni/sendcloud

implementation of sendcloud API

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
69
13.11%
Maintainers
4
Weekly downloads
 
Created
Source
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)
}

FAQs

Package last updated on 18 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts