We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988e762 commit a8feb2fCopy full SHA for a8feb2f
2 files changed
README.md
@@ -143,6 +143,7 @@ github.authorization.create({
143
* Events: 100%
144
* Search: 100%
145
* Markdown: 100%
146
+* Rate Limit: 100%
147
148
## Running the Tests
149
api/v3.0.0/routes.json
@@ -3244,5 +3244,13 @@
3244
}
3245
3246
3247
+ },
3248
+
3249
+ "misc": {
3250
+ "rate-limit": {
3251
+ "url": "/rate_limit",
3252
+ "method": "GET",
3253
+ "params": { }
3254
+ }
3255
3256
0 commit comments