I'm using Bull-board on a NestJS (mono repo) project, in its dedicated sub-app for monitoring the queue.
It works just fine for my needs.
However, while debugging some problems with the queue, I realized that bull-board defines and uses several REST endpoints to interact with it.
Obviously, by inspecting the requests and looking at the routes definitions, I can infer most of the specs, but I wonder if there is actual documentation of these endpoints: I couldn't find it anywhere.
Hi!
I'm using Bull-board on a NestJS (mono repo) project, in its dedicated sub-app for monitoring the queue.
It works just fine for my needs.
However, while debugging some problems with the queue, I realized that bull-board defines and uses several REST endpoints to interact with it.
Obviously, by inspecting the requests and looking at the routes definitions, I can infer most of the specs, but I wonder if there is actual documentation of these endpoints: I couldn't find it anywhere.