Creating a Custom Package
- Click + New Package (ensure you have the required grants).
- Fill in the required fields:
- Package Name
- Package Description
- Language (JavaScript or Python)
- (Optional) Upload a thumbnail.
- Click Create New Package to open it in the code editor.
Creating a New Package Version
To update a package (e.g., add or update a function):- Open the package in the code editor.
- Click Create New Version.
- Select a version to copy from.
- Enter the new version number (Semantic Versioning).
- (Optional) Add a version description.
- Click Create New Version.
Code Engine Library
The Code Engine library provides methods for internal and external API calls. Import it withrequire("codeengine").