acabe1d6628fde5592d344ee9290fad7eea0a2af
Introduce enum cm_rpm_protocol for more ergonomic and readable expression of whether the payload is XML or JSON, and update call sites.
enum cm_rpm_protocol
Related: https://pagure.io/certmonger/issue/284
This is the patch Fraser submitted on top of the PR for issue 287 in https://pagure.io/certmonger/pull-request/295.
Pull-Request has been merged by rcritten
Introduce
enum cm_rpm_protocolfor more ergonomic and readableexpression of whether the payload is XML or JSON, and update call
sites.
Related: https://pagure.io/certmonger/issue/284