Gage
Results
2
comments of
Gage
It's just a library for cleaning up HTTP fetches to an API (https://api-v3.igdb.com/), here's exactly what it does in a fetch call instead: ``` .get('/games', async (context) => { //!...
Just in case you need it for reference here's the [repo](https://github.com/gage117/deno-server), the error is in src/app.ts:25:24 currently.