Skip to content

FCPv2 GetPluginInfo

David Roden edited this page Jan 1, 2025 · 1 revision

GetPluginInfo ask the Freenet node for information about a plugin.

See PluginInfo for the corresponding response.

Example

GetPluginInfo
Identifier=get-plugin-info-0001
PluginName=test.Plugin
Detailed=true
EndMessage

Details

Field Possible values Mandatory Default Description
Identifier any string Yes n/a An identifier that will be set on the PluginInfo reply.
PluginName any string Yes n/a The name of the plugin’s main class.
Detailed [true, false] No false Includes additional details in the reply, if set to true.
Clone this wiki locally