Migrate from PrintNode
Change the API origin for the tested compatibility subset, then adopt native Piqae resources incrementally.
Compatibility endpoint
typescript
const printNode = new PrintNode({
apiKey: process.env.PIQAE_API_KEY,
baseUrl: 'https://compat.piqae.example'
});Scope
- Computers, printers, print jobs, states, and printing webhooks are the V1 compatibility focus.
- PDF and RAW URI/base64 modes are supported only where the checked-in compatibility tests say so.
- Platform customer accounts use the native Piqae SDK/API.
- Native states expose more delivery evidence than the compatibility projection.