avadev / AvaTax-REST-V2-PHP-SDK

Sales Tax API SDK for PHP and AvaTax REST
https://developer.avalara.com/sdk/
Apache License 2.0
48 stars 95 forks source link

Logging Query Parameters for GET request. #222

Open radoslawmaleckigwd opened 1 month ago

radoslawmaleckigwd commented 1 month ago

Currently, the Avatax SDK allows for logging of request and response bodies, but it does not provide an option to log query parameters for GET requests. Logging query parameters is essential for debugging and tracking API interactions effectively.

Expected Behavior: The SDK should provide an option to log the query parameters for GET requests. This could be an additional flag or setting that developers can enable, similar to the existing flags for logging request and response bodies.

svc-developer commented 6 days ago

We will add this to our backlog, thank you for the input. it is a good suggestion.