> There are a few questions I'd like to confirm:
1、Is meta data only a part of plugin's information?
2、In v2.0, Manager-api and Admin-api are independent of each other, right?
After checking, the exist API listed by membphis are admin-apis,
and currently there are two exist APIs in manger-api
`GET /apisix/admin/plugins` to get plugin names list
`GET /apisix/admin/schema/plugins/{plugin_name}` to get specific plugin's
schema

The definition of metadata is taken by the plugin level configuration. We
should define a new name for plugin's information.

People who use manager-api may use admin-api before. It would be better if
we can avoid using similar names of API to do quite different things.

Reply via email to