APIリファレンス

Runtime APIs

  • Admin HTTP API

    Admin HTTP APIによってリモートで実行環境を管理することができます。 Node-REDエディタおよびコマンドラインAdminツールから利用することができます。

  • Hooks

    The Hooks API provides a way to insert custom code into certain key points of the runtime operation.

  • Storage

    このAPIはNode-REDランタイムがデータを保存する場所を設定するための 着脱可能な方法を提供します。

  • Logging

    A custom logger can be used to send log events to alternative locations, such as a database.

  • Context Store

    このAPIはランタイム外にコンテキストデータを保管する着脱可能な方法を提供します。

  • Library Store

    This API provides a pluggable way to add additional libraries to the Node-RED Import/Export dialog.

Editor APIs

The APIs available in the editor for nodes and plugins to use. This includes a set set of standard UI widgets that can be used within a node’s edit template.

Module APIs

このAPIはNode-REDがビルドされているnpmモジュールから提供されます。 これらは既存のNode.jsアプリケーションにNode-REDを組み込むために利用できます。