summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-api/opendc/api/v2/traces/traceId/test_endpoint.py
AgeCommit message (Collapse)Author
2021-05-18api: Migrate to Flask RestfulFabian Mastenbroek
This change updates the API to use Flask Restful instead of our own in-house REST library. This change reduces the maintenance effort and allows us to drastically simplify the API implementation needed for the OpenDC v2 API.
2021-05-10api: Restore trace endpointFabian Mastenbroek
This change adds the trace endpoint, which was unfortunately removed due to an incorrect .gitignore statement.