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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-05-02 12:29:11 -07:00 committed by GitHub
parent 33f0dc5ead
commit bedc3e190b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ The plugin API lets you:
- [Maintain state with in-memory cache](#maintain-state-with-in-memory-cache)
- [Guidelines for in-memory caching](#guidelines-for-in-memory-caching)
### Get started with the shared API
## Get 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 to use the API. It's available as soon as your plugin runs.