String that corresponds to a dependency part Id
if set, will be passed to the corresponding response. Useful when an AggregateRequest contains several PartRequests with the same partId
params Seq[(String, String)] Unfortunately Swagger does not support Map types yet so we're using this for now.
if set, will be passed to the corresponding response.
if set, will be passed to the corresponding response. Useful when an AggregateRequest contains several PartRequests with the same partId
params Seq[(String, String)] Unfortunately Swagger does not support Map types yet so we're using this for now.
String that corresponds to a dependency part Id
A request for a given part. One of more of these can be combined into a single AggregateRequest.
Note that if there is a "param" with a "body" key, it will be used as the Body of an Http Request if this part request has an Id that corresponds to an Http endpoint
String that corresponds to a dependency part Id
if set, will be passed to the corresponding response. Useful when an AggregateRequest contains several PartRequests with the same partId
params Seq[(String, String)] Unfortunately Swagger does not support Map types yet so we're using this for now.