Replies: 1 comment
-
|
? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
thanks. a login api should be considerable.
"/api/v1/login" (edited)
Ye Yang 13 hours ago
for "/api/v1/builds/:build_id/events" it seems now work in http streaming mode (server sent event: https://en.wikipedia.org/wiki/Server-sent_events). so an api for build logs would be highly appreciated.
"/api/v1/builds/:build_id/build_log" (edited)
Ye Yang 13 hours ago
the api for build log should provide:
queries on aged builds
metadata from resources should be included in build logs
pagination for better sql performance if necessary
in structured formats (json, xml)
downloadable (txt, or zip)
Beta Was this translation helpful? Give feedback.
All reactions