laravel-notion-api
laravel-notion-api copied to clipboard
How to get the Retry-After value?
When there is an exception, I need to know if it's related to rate limits, and if it is, I then need to get the 'Retry-After' header to determine my backoff time.
How can I have access to the response header?
Thanks.