Installation
We recommend using our Node.js library with the Dutyskip API.
Install the library using your favorite package manager:
- pnpm
- npm
- yarn
pnpm install dutyskip
npm install dutyskip --save
yarn add dutyskip
Not using Node.js? No problem! The API has standard REST endpoints and can be accessed with your preferred tools. See Authentication and API Reference for more info.