Update content/shared/extended-plugin-api.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-04-28 14:14:40 -07:00 committed by GitHub
parent 63aeab7fe4
commit 377604e308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ The plugin API lets you:
- Log messages for monitoring and debugging
- Build data processing workflows
Let's explore how to use these features in your plugins.
### Getting started with the shared API
Every plugin has access to the shared API through the `influxdb3_local` object. You don't need to import any libraries. This API is available as soon as your plugin runs.