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
We need an API for bird-lg. It would allow to better separate the web UI and the backend, and allow external tools to query bird-lg.
This is about a public API that would be exposed by bird-lg, and not about router <--> bird-lg communication (routers should not expose a publicly-available interface anyway)
The API should:
use a standard format (JSON)
cover everything that is currently possible in the web UI (i.e. we could rewrite the web frontend to use the API)
if possible, adhere to some "standard" for this kind of API
The text was updated successfully, but these errors were encountered:
We need an API for bird-lg. It would allow to better separate the web UI and the backend, and allow external tools to query bird-lg.
This is about a public API that would be exposed by bird-lg, and not about
router <--> bird-lg
communication (routers should not expose a publicly-available interface anyway)The API should:
The text was updated successfully, but these errors were encountered: