Expand description
HTTP surface for the /v1/enhance/log axis.
HTTP surface for the /v1/enhance/log axis.
GET /v1/enhance/log?blueprint_id=<id>→ list ofLogEntrys tied to that BP, sorted bytsascending. Ifblueprint_idis omitted, returns all entries.GET /v1/enhance/log/:issue_id→ a singleLogEntry. NotFound → 404.
Shares an EnhanceLogStore trait object (= pass in the same instance as
EnhanceApplication via Arc).
Structs§
- List
Query - Query params for
GET /v1/enhance/log.
Functions§
- build_
enhance_ log_ router - Builds the
/v1/enhance/log*router backed by the givenEnhanceLogStore.