Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ETAG support to minimize API requests #505

Closed
docwhat opened this issue Mar 14, 2019 · 1 comment
Closed

Add ETAG support to minimize API requests #505

docwhat opened this issue Mar 14, 2019 · 1 comment

Comments

@docwhat
Copy link

docwhat commented Mar 14, 2019

If we use ETAGs to make conditional requests then the 304 Not Modified responses do not count against our API limit.

This could make our API requests faster and use up less of our API limit.

@bitwiseman
Copy link
Member

This is already provided by OkHttpConnector when you have caching enabled. I've improved the behavior recently but it was already present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants