Hi
For monitoring purposes, I’d like to log the current status of rate limiting using the 3 headers mentioned in the docs.
How can I access the 3 headers values after making a request using this SDK?
I understand that this is a generated library. From what I see I need to somehow patch and provide my custom implementation of ApiClient class.
Is there a suggested way?
Thanks