INTERACTIVE LAB // github-api-matrix
GitHub API Token Matrix
API Token Matrix Simulator
| Endpoint | No Token | Valid Token | Expired Token |
|---|---|---|---|
| raw.githubusercontent.com | 200 | 200 | 404 |
| GitHub Trees API | 200 | 200 | 401 |
Observation
- public raw content: no token
200, valid token200, expired Authorization header404; - Trees API public tree: no token
200, valid token200, expired Authorization header401.