You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
First, need to determine what patterns are supported by each API and make sure they are uniform.
Then, logic options are:
A custom method for app developer to capture and add ETags to a request. This would mean maintaining state between requests is up to developer.
Cache latest ETags for retrieved entities for ourselves and by default use them again on following requests. This absolves app developer from having to maintain state in most cases. But we have to throw an error if we find an ETag mismatch and then developer has to handle.
The text was updated successfully, but these errors were encountered:
Integrate support for ETags.
First, need to determine what patterns are supported by each API and make sure they are uniform.
Then, logic options are:
The text was updated successfully, but these errors were encountered: