Packages
To enrich your scripting experience, consider pulling in additional packages to expand the functionality that you have to build your programs.
We currently only support the NPM package listed, but if there's a package that you'd like to use with AutoBlocks, let us know, and we'll do our best to support it.
Utility Packages
Package name | Included by AutoBlocks library | Description |
---|---|---|
Core (included by default) | Contains convenience functions for converting buffers to text formats and vice versa. Also contains a function to convert one form of text to another. | |
Core (included by default) | Contains functions needed for working with record storage (key-value storage). | |
Core (included by default) | Contains functions needed for publishing internal events. | |
HTTP Endpoint | Contains types and functions needed to work with HTTP endpoints. | |
Slack | Contains event types for Slack. | |
Jira On-Premise | Contains event types for Jira Server/DC. | |
Confluence On-Premise | Contains event types for Confluence Server/DC. | |
Jira Cloud Platform | Contains event types for Jira Cloud. | |
Bitbucket Cloud | Contains event types for Bitbucket cloud. | |
Bitbucket On-Premise | Contains event types for Bitbucket Server/DC. |
Managed APIs
Package name | Included by AutoBlocks library | Description |
---|---|---|
Jira Cloud Platform | Managed API for Jira Cloud REST API v3 | |
Jira On-Premise | Managed API for Jira Server/DC 7.13.9 REST API | |
Slack | Managed API for Slack REST API | |
Confluence Cloud | Managed API for Confluence Cloud REST API | |
Bitbucket Cloud | Managed API for Bitbucket Cloud REST API v2 | |
Tempo Cloud | Managed API for Tempo Cloud REST API (Timesheets) | |
Google Sheets | Managed API for Google Sheets REST API | |
Confluence On-Premise | Managed API for Confluence Server/DC REST API | |
Bitbucket On-Premise | Managed API for Bitbucket Server/DC 7.11.1 REST API | |
Jira On-Premise | Managed API for Tempo Server REST API (Timesheets) | |
ServiceNow | Managed API for ServiceNow REST API |
NPM Packages
Package name | Included in AutoBlocks library | Description |
---|---|---|
Day.js NPM Package | Day.js package is great for working with dates and times. | |
entities | Entities NPM Package | Allows you to easily and quickly encode and decode XML and HTML entities. |
fast-xml-parser | Fast XML Parser NPM Package | Allows you to quickly validate XML, parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback. |
jose | Jose NPM package | Universal "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK.
|