Replies: 1 comment 5 replies
-
it's not
304 status is thrown as error so you can catch it and implement your own caching logic: You can check with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If type of the HTTP Status code in the response of
octokit.request
is hardcoded to 200, what's the point of including this useless property? And how can I get the real HTTP Status code to compare it againstconst HTTP_STATUS_NOT_MODIFIED = 304;
?Thanks in advance...
Beta Was this translation helpful? Give feedback.
All reactions