compiler.routes module¶
Provides the main API blueprint for compilation.
Notes
mypy doesn’t have types for flask.Headers.extend, so those lines are excluded from type checking.
-
compiler.routes.
get_log
(source_id, checksum, output_format)[source]¶ Get a compilation log.
- Return type
Response
-
compiler.routes.
get_product
(source_id, checksum, output_format)[source]¶ Get a compilation product.
- Return type
Response
-
compiler.routes.
get_service_status
()[source]¶ Get information about the current status of compilation service.