-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ILogger to output the request and response string #80
Comments
Is there a possibility of implementing this feature in the near future? |
I'm sorry, I was busy more than usual recently. The work on this one is in progress. I expect it to be completed by the end of this week. |
That's finally done in version 2.3.0. Here is an example of the usage: ShippingRates/SampleApp/Program.cs Lines 76 to 77 in 5997864
|
Discussed in #77
Originally posted by ebaj-tech August 30, 2024
Is there a way to read the request and response string? This makes it easier to communicate with UPS customer service. Customer service often wants to know what we are requesting or what we are receiving as a response.
The text was updated successfully, but these errors were encountered: