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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Which, based on the name, doesn't seem like the desired behaviour. Even if it is, the api/1.x/cdns endpoint already provides the same information, so maybe we should just get rid of this instead of fixing it?
This endpoint just outputs a list of cdns as name/id pairs like e.g.
{ "response": [ { "name": "ALL", "id": 1 }, { "name": "CDN-in-a-Box", "id": 2 }, { "name": "foo", "id": 7 } ] }Which, based on the name, doesn't seem like the desired behaviour. Even if it is, the
api/1.x/cdnsendpoint already provides the same information, so maybe we should just get rid of this instead of fixing it?