Open MarshallAsch opened 2 years ago
This api should support polling to check if a has been completed or not.
GET /api/build/{id}
202
201
410
The contents of the response body should be discussed here before implementation begins.
This api should support polling to check if a has been completed or not.
GET /api/build/{id}
202
if it is not yet complete, the body should include some information about the progress201
if the build completed, information about the build should be included in the response body410
if the build failed, the body should include the reason why the build failedThe contents of the response body should be discussed here before implementation begins.