weaver.wps_restapi.quotation.quotes

Module Contents

weaver.wps_restapi.quotation.quotes.LOGGER[source]
weaver.wps_restapi.quotation.quotes.request_quote(request: weaver.typedefs.PyramidRequest) weaver.typedefs.AnyViewResponse[source]

Request a quotation for a process.

weaver.wps_restapi.quotation.quotes.get_quote_list(request: weaver.typedefs.PyramidRequest) weaver.typedefs.AnyViewResponse[source]

Get list of quotes IDs.

weaver.wps_restapi.quotation.quotes.get_quote_info(request: weaver.typedefs.PyramidRequest) weaver.typedefs.AnyViewResponse[source]

Get quote information.

weaver.wps_restapi.quotation.quotes.execute_quote(request: weaver.typedefs.PyramidRequest) weaver.typedefs.AnyViewResponse[source]

Execute a quoted process.