Skip to content

Add additional data info option for list_data method

William Murphy requested to merge add_additional_data_info into master

Add an optional addition_info boolean parameter for the list_data method, when set to true we will fetch the Data Status from the DMA using the additionInfo=true option for the GET /data API Endpoint.

Note: Unable to add tests for this as PRISM Mock server being used returns a 400 Bad Request when we try provide the additionInfo URL parameter to the /data endpoint.

Closes #11 (closed)

Merge request reports