Optionaloptions: { env?: string; host?: string; token?: string }ProtectedenvProtectedhostProtectedtokenRun a platform function.
When the function name is registered in PlatformFunctions, input and
output types are inferred automatically from the IDL signature.
Register signatures by running ptkl generate-types in your project.
Run a platform function.
When the function name is registered in PlatformFunctions, input and
output types are inferred automatically from the IDL signature.
Register signatures by running ptkl generate-types in your project.
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