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 Oct 4, 2023. It is now read-only.
From the API page Performance Tips, on allowing you to avoid downloading redundant information.
It would be nice if I could make a request like response = client.subreddit_gallery(name, etag="a695f4e9672bf7fc7a779ac12ead684d72292506") that would set the If-None-Match header, and be able to get response.etag on responses.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From the API page Performance Tips, on allowing you to avoid downloading redundant information.
It would be nice if I could make a request like
response = client.subreddit_gallery(name, etag="a695f4e9672bf7fc7a779ac12ead684d72292506")
that would set theIf-None-Match
header, and be able to getresponse.etag
on responses.The text was updated successfully, but these errors were encountered: