Make available API endpoints configurable #113
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can we make the various API endpoints configurable (on/off)? One might not want to offer all endpoints or the API at all.
Do you have a specific one in mind? So far the frontend uses all endpoints.
Some ideas:
Hi @annikahannig, as discussed,
/routes
is a legacy endpoint and will be removed with the next release (I had this one in mind specifically). Also, I was under the naive impression that the endpoints are decoupled from the UI, i.e. that we can control what endpoints are available via API without breaking the UI/frontend without a huge change.