API clients
Corteza defines a series of JavaScript API clients (SDK’s) to work with our API.
When writing automation scripts, they are provided in the execution context. |
You can find the source code on GitHub/cortezaproject/corteza-js. NPM packages can be found on NPM/@cortezaproject/corteza-js.
Make sure to use the same |
When using our corteza-js
package, the API clients can be imported using import { apiClients } from '@cortezaproject/corteza-js'
.
Available Corteza API clients:
Please refer to the source code for a complete reference. |