Catalog Module¶
The Catalog module covers public discovery and detail queries for services, flows, and plugins.
Included endpoints¶
- Services: GET /services, GET /services/tags, GET /services/{serviceId}, /api/services/{serviceId}/comments
- Flows: GET /flows, GET /flows/{flowId}, /api/flows/{flowId}/comments
- Plugins: GET /plugins, GET /plugins/{pluginId}, /api/plugins/{pluginId}/comments
Notes¶
- Read endpoints are public.
- Comment creation endpoints require session auth.