kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET
MIT License
78 stars 66 forks source link

Log Requests/Responses #87

Open bdcriss opened 5 years ago

bdcriss commented 5 years ago

Is there any way we might be able to access the requests and responses so that we can keep a log of them for inspection later? I'm specifically using the UPS API and my boss would like us to be able to keep a folder full of the requests and responses sent to/from the API so that we can try to gather data from them.

Thank you.