MetaSDK =
object
The SDK for metadata information about the plugin.
assetsPath():
string
The directory of the plugin's assets in Caido Data. You can read static data from your plugin in this directory. You shouldn't write anything there, as the contents can be reset at any time.
string
db():
Promise<Database>
Get a sqlite database for the plugin stored in Caido Data. You can use this to store data related to your plugin.
Promise<Database>
id():
string
The id of the plugin.
string
path():
string
The directory of the plugin in Caido Data. You can store data related to your plugin in this directory.
string
updateAvailable():
Promise<boolean>
Check if an update is available for the plugin.
Promise<boolean>
If Caido Cloud is offline.
version():
string
Get the version of the plugin. This uses the semver format.
string