/plugin-http

Primary LanguageTypeScript

Stedi HTTP Plugin

Requirements

You must have a working Node 18 or later environment installed on your machine before you proceed with the Getting Started steps.

Getting Started

  1. Ensure you have the dependencies installed.

      npm install

Deploying the functions to Stedi

To deploy the project to your Stedi account:

  1. Update the provided .env in the project root and ensure the following environment variable is defined:

    • STEDI_API_KEY: A Stedi API key is required for authentication. You can generate an API key in your Stedi account.
  2. Deploy the resources:

      npm run deploy