Shipday SDK

How to add?

Installation:

NodeJS

npm i shipday

Python

pip install shipday

Basic Usage:

NodeJS

const Shipday = require('shipday/integration')

const shipdayClient = new Shipday('**** api key', 10000);

Python

from shipday import Shipday

API_KEY = '##########.#######################'
my_shipday = Shipday(api_key=API_KEY)

Git Repo:

Shipday SDK open-source git repositories provide convenient access to the packages. You can keep track of the newest releases, bug fixes and new features.

Node Python

SDK Links:

SDKs are published on convenient platforms so it can easily be installed on your machine.

Node Python