Shipday SDKs are open-source tools organized around REST. These SDKs make it easier to integrate with our system without any hassle of keeping track of API end points. Having the built-in error handling, it makes the usage lot more efficient and easy to integrate with your existing code.
How to add?
Installation:
npm i shipday
pip install shipday
Basic Usage:
const Shipday = require('shipday/integration')
const shipdayClient = new Shipday('**** api key', 10000);
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
SDK Links:
SDKs are published on convenient platforms so it can easily be installed on your machine