Plugin API (v4)
complete
A
Aurelien Georget
The plugin API is a set of several internal APIs that we would like to develop in order to allow everyone in the community to customize Strapi in a scalable and maintainable way. It includes:
- CLI Providerallowing any plugin to add a new command
- ServiceProvider to add new services in the API
- Dependency Injection System
Have a look at the RFC for more detail
Derrick Mehaffy
complete
Released in v4.0.0!
Server: https://docs.strapi.io/developer-docs/latest/developer-resources/plugin-api-reference/server.html#server-api-for-plugins
Admin: https://docs.strapi.io/developer-docs/latest/developer-resources/plugin-api-reference/admin-panel.html#admin-panel-api-for-plugins
Derrick Mehaffy
in progress