Skip to content
github-actions edited this page Nov 13, 2023 · 2 revisions

In the Print.One library we have the following models (classes):

The main class of the library. It is used to create a client for the Print.one API. This is the main entry for the library.

See the full documentation

Is a class that is used for the company that the API key belongs to.

See the full documentation

Portal overview

Is a class that represents a file which can be used in a template.

See the full documentation

Portal overview

Is a class that represents a design template. Consists of multiple pages.

See the full documentation

Portal overview

Is a class that represents an order. Can be used to get the status of, download or cancel the order.

See the full documentation

Portal overview