Collect all API endpoint and their response, depending on the interaction #133
Labels
pkg:api
api related activities
prio:low
status:fix committed
Fix is already commited, but still some task(s) open.
type:feature
New feature
Collect all API endpoints, and their response (status code and message), depending on the passed parameters.
Requirements
ACTIONS
0. Pre-Requisites
1. Research
2. Plan
API
when api endpoint available, it works with and without v1/
f"{BASE_URL}/api/" endpoint not available
f"{BASE_URL}/api/v1" endpoint not available
f"{BASE_URL}/api/info" endpoint not available
f"{BASE_URL}/api/v1/info" endpoint not available
f"{BASE_URL}/api/info/metrics" endpoint not available
f"{BASE_URL}/api/v1/info/metrics" endpoint not available
3. Implement
4. Follow Ups
The text was updated successfully, but these errors were encountered: