Amazon-SP-API-CSharp icon indicating copy to clipboard operation
Amazon-SP-API-CSharp copied to clipboard

Add a MemoryStream version of CreateReportAndDownloadFileAsync

Open shoecake opened this issue 1 year ago • 1 comments

In the report service, can we have a CreateReportAndDownloadStreamAsync function. This would work in the same way as CreateReportAndDownloadFileAsync but would not save the report to a file but would return the report as a MemoryStream.

That way if the code needs to process the report as soon as it is available, it would save having to write to the filesystem only to then immediately read it back.

shoecake avatar Jun 30 '23 15:06 shoecake