Optionaloptions: { env?: string; host?: string; token?: string }ProtectedenvProtectedhostProtectedtokenReturns all IDL definitions for the current project.
Used by ptkl generate-types to emit typed .d.ts augmentations.
Validates a value against an IDL — either by ref or with an inline IDL object.
Returns { data: { valid: true } } on success or
{ data: { valid: false, errors: [...] } } on validation failure.
Throws on HTTP errors (4xx/5xx).
Optionalformat: string
Base client for the platform API Classes that extend PlatformBaseClient have intentins of only working in platform context
PlatformBaseClient
Param: client
The axios instance to use for the client
Example