-
Notifications
You must be signed in to change notification settings - Fork 1
Home
github-actions edited this page Nov 30, 2023
·
10 revisions
The official javascript client for Print.one
npm install @print-one/print-one-js
-
Get your API token from Print.one
-
Create a new client with your API token
import { PrintOne } from "@print-one/print-one-js"; const client = new PrintOne("<YOUR API TOKEN>");
-
Start using the client
- 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.