Skip to content
github-actions edited this page Nov 30, 2023 · 10 revisions

Print-one-js

The official javascript client for Print.one

Installation

npm install @print-one/print-one-js

Getting started

  1. Get your API token from Print.one

  2. Create a new client with your API token

    import { PrintOne } from "@print-one/print-one-js";
    
    const client = new PrintOne("<YOUR API TOKEN>");
  3. Start using the client

    • See examples here
    • See all available methods here
    • See all available models here

Help

  • For documentation and more examples, see the documentation.
  • With problems, questions or suggestions, please file an issue.
  • For other questions, feel free to contact us at our support page.