You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add get_plugin method for GET /api/plugins/:name (#86)
* Add get_plugin method to fetch plugin description by name
Implement get_plugin(name) on both Client and AsyncClient,
calling GET /api/plugins/:name. Returns a single APIResult
with name and description fields.
* CHANGELOG: add get_plugin method entry
0 commit comments