Azion Libraries

The Azion Libraries provide a suite of tools to interact with various Azion services, including Purge, Edge Storage, and Image Processor. Each library is configurable and supports debug mode and environment variable-based configuration.

These libraries are designed to be versatile and can be used both within and outside of the Azion Runtime environment. When used outside of the Azion Runtime, the libraries will interact with Azion services via REST APIs. However, when used within the Azion Runtime, the libraries will leverage internal runtime capabilities for enhanced performance and efficiency.


Installing Azion Libraries

You can install the package using NPM or Yarn:

Terminal window
npm install azion
Terminal window
yarn add azion

Using Azion Libraries

For more information about how to use Azion Libraries, check the documentation on NPM.

Go to Azion Libraries `Client` Go to Azion Libraries `Config`

Contributors