Closed
Description
📝 Provide a description of the new feature
Add response caching so that we can enable additional features (ie: show read notifications, fetch >50 (all) notifications) without the concerns of being rate-limited.
Using conditional requests should be sufficient, which requires us to store and use response etag
or last-modified
headers in subsequent GET
requests to the same resource.
Changes required to https://github.com/gitify-app/gitify/blob/main/src/utils/api/request.ts
➕ Additional Information
No response