Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tervay/issue
https://github.com/tervay/issue
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tervay/issue
- Owner: tervay
- Created: 2024-08-15T21:00:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T21:01:59.000Z (5 months ago)
- Last Synced: 2024-11-09T12:12:28.842Z (about 2 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm i
npm run dev -- --debugvite:proxy /api/v2.0/2024/events -> https://frc-api.firstinspires.org/ +25ms
Requesting frc-api.firstinspires.org//v2.0/2024/events
{
"host": "frc-api.firstinspires.org",
"connection": "close",
"pragma": "no-cache",
"cache-control": "no-cache",
"sec-ch-ua": "\"Not)A;Brand\";v=\"99\", \"Google Chrome\";v=\"127\", \"Chromium\";v=\"127\"",
"dnt": "1",
"sec-ch-ua-mobile": "?0",
"authorization": "Basic dGVydmF5OjAzRjgyQjUzLUMxM0YtNDU1My1BNzZBLTcxNUZDMjY1MjY0QQ==",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36",
"sec-ch-ua-platform": "\"Windows\"",
"accept": "*/*",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "cors",
"sec-fetch-dest": "empty",
"referer": "http://localhost:5174/",
"accept-encoding": "gzip, deflate, br, zstd",
"accept-language": "en-US,en;q=0.9"
}
vite:html-fallback Rewriting GET /vite.svg to /index.html +357ms
vite:cache [memory] /src/main.tsx +102ms
vite:time 3.10ms /index.html +102ms
Received Response from the Target: 401 {"server":"Kestrel","www-authenticate":"Basic realm=\"FRC Events API\"","date":"Thu, 15 Aug 2024 21:00:23 GMT","connection":"close","content-length":"0"}
vite:time 124.91ms /v2.0/2024/events +41ms
Received Response from the Target: 401 {"server":"Kestrel","www-authenticate":"Basic realm=\"FRC Events API\"","date":"Thu, 15 Aug 2024 21:00:23 GMT","connection":"close","content-length":"0"}```