-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
API to get build information #36
Comments
There's the API that's used by the dashboard, but I can't recommend it for other uses yet.
Do you have a use case in mind? |
Yes. At https://github.com/mercode-org we're building ISOs that we want to fetch from the cache to offer them as downloads on the website I've imagined it the following way
We'd then pull the derivation from the cache |
There would also need to be an accounts/orgs api and a repos api So one could get the repo id from |
Ok, that seems quite feasible. |
Hi I'm extremely interested about this as well. My use case is that I'm building a dashboard for having a overview of what I'm running, builds, server statistics etc so it would be very useful. I would mostly need repo name and build status. Is this on the road map? anything I can do to help? |
@naglalakk You can get an overview about the apis here https://hercules-ci.com/api/v1/ These are the ones the frontend uses There's no more documentation available than that AFAIK right now |
Great thank you @mkg20001 this is enough for me now :) |
Is there any API?
Otherwise a REST for builds and a REST for the attributes per build could be useful
The text was updated successfully, but these errors were encountered: