We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b36478 commit 0694a49Copy full SHA for 0694a49
lib/Github/HttpClient/Message/Response.php
@@ -64,4 +64,14 @@ public function getApiLimit()
64
throw new ApiLimitExceedException($this->options['api_limit']);
65
}
66
67
+
68
+ /**
69
+ * Is not modified
70
+ *
71
+ * @return Boolean
72
+ */
73
+ public function isNotModified()
74
+ {
75
+ return 304 === $this->getStatusCode();
76
+ }
77
0 commit comments