feat: support category attribute when fetching all plugins
- Dominant language
- Lua
- Stars
- 17.1k
- Forks
- 2.9k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 63
Description
### Description
The new APISIX Dashboard does not aim to maintain a static set of plugin configurations. Instead, it will be more efficient for the Admin API to provide all the lists and schemas for the plugins directly.
Endpoint: `/apisix/admin/plugins?all=true` returns all schema
## TODO
- [ ] Support a `category` attribute in the plugin schema
Contributor guide
Research direction
Start by tracing the Admin API endpoint `/apisix/admin/plugins?all=true`, which returns all plugin schemas. Read the code that assembles the plugin schema response and check how existing schema attributes are represented. Done means the response supports a `category` attribute for plugin schemas returned when `all=true`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100