🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

printify-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

printify-nodejs

Library for calling the Printify API from Node.js written in TypeScript

2.0.15
latest
Source
npm
Version published
Weekly downloads
46
4.55%
Maintainers
1
Weekly downloads
 
Created
Source

Printify NodeJS

A library for calling the Printify API from Node.js written in TypeScript

Acknowledgements

  • Printify API Documentation
  • readme.so

Installation

Install printify-nodejs with npm

  npm install printify-nodejs

Usage/Examples

import { PrintifyClient } from "printify-nodejs";

const client = new PrintifyClient({
    token: "PRINTIFY_API_TOKEN",
    version: "v1", // API Version
    debug: false, // Optional, whether to console log debug message from api calls.
});

const shops = await client.getShops();

Documentation

Api reference available on tsdocs.dev

Authors

Feedback

If you have any feedback, please reach out to us at suosio@suosio.com or in the issues tab.

FAQs

Package last updated on 07 Apr 2024

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