Node Red Contrib Strapi

screenshot of Node Red Contrib Strapi
strapi

node-red-contrib-strapi

Overview

The node-red-contrib-strapi is a Node-RED node that allows users to make requests to a Strapi API and get responses. It is designed to be used in the root directory of a Node-RED installation.

Features

  • Strapi API Request Node: This node enables users to make different types of API requests such as GET, POST, PUT, and DELETE to a Strapi API.
  • JWT Token Support: Users can provide a JWT token value to be included in the HTTP header when making requests to the Strapi API. This is optional and only required if the Strapi API requires authentication.
  • Easy Installation: The node-red-contrib-strapi can be installed by running a single command in the root directory of a Node-RED installation.

Summary

The node-red-contrib-strapi is a Node-RED node that provides an easy way to make requests to a Strapi API. It supports various HTTP methods and allows users to include a JWT token for authentication. The installation process is straightforward, making it accessible for Node-RED users.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.