Skip to content

Commit f9fdf6b

Browse files
committed
update readme
1 parent 330e022 commit f9fdf6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,15 @@ curl -X GET http://localhost:8000/health
141141

142142
Github has Rate Limiting for their APIs, to check if you are rate limited, use this endpoint
143143

144+
* With token in the environment variable
144145
```bash
145146
curl -X GET http://localhost:8000/limit
146147
```
147148

149+
* With token in the query parameter
150+
```bash
151+
curl -X GET http://localhost:8000/limit?token=<your_token>
152+
```
148153

149154
### Response
150155

0 commit comments

Comments
 (0)