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 2 years 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

Personally I have no time to keep updating this package but I'm open any person need to fix or add feature on it its take many times from me to get it live , and I need other developer help to add the fix for new features by submit new Pull requests , I will try to review and accept within 2 days .

Please try fork our branch and then submit your change to review and merge with our code

abuzuhri avatar Jul 03 '23 19:07 abuzuhri