We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To easily create integrations with rebuilderd it would be nice if the API endpoints would be documented and available somewhere.
The text was updated successfully, but these errors were encountered:
I'd love to help out here, do you want them documented and do you have a preferred way to document them?
Sorry, something went wrong.
The routes are defined here: https://github.com/kpcyrd/rebuilderd/blob/master/daemon/src/api.rs
#[get("/api/v0/workers")] #[post("/api/v0/job/sync")] #[get("/api/v0/pkgs/list")] #[post("/api/v0/queue/list")] #[post("/api/v0/queue/push")] #[post("/api/v0/queue/pop")] #[post("/api/v0/queue/drop")] #[post("/api/v0/build/ping")] #[post("/api/v0/build/report")]
The struct to requests/responses are defined at the bottom of this file: https://github.com/kpcyrd/rebuilderd/blob/master/common/src/api.rs
I don't have preferences about the format to document this, any ideas?
No branches or pull requests
To easily create integrations with rebuilderd it would be nice if the API endpoints would be documented and available somewhere.
The text was updated successfully, but these errors were encountered: