Storyden

get_config

Plugin to Host RPC method.

get_config is a Plugin to Host method.

This page is generated from api/rpc/plugin-to-host/get_config.yaml.

Types

  • Request type: RPCRequestGetConfig
  • Response type: RPCResponseGetConfig

Request contract

Request the plugin's current stored configuration from the host.

Required fields:

  • method

Response contract

Returns current configuration values for this plugin.

Required fields:

  • config
  • method

Notes

  • JSON-RPC base request/response envelope types are defined in api/rpc/rpc.yaml.
  • Union wiring between host/plugin method sets is defined in api/plugin.yaml.

On this page