Closed
Description
Is your feature request related to a problem? Please describe.
Notion exposes a Retry-After after when reaching the rate limit. But the library hides it, forcing the developer to guess as to when to retry.
Describe the solution you'd like
Ideally, the NotionApiException should expose the value, probably as a Timespan?.
Describe alternatives you've considered
We could also consider adding a RateLimitNotionApiException : NotionApiException exception class for this use case.
Additional context
The doc