6 lines
180 B
Go
6 lines
180 B
Go
|
package vodsspeedrunclub
|
||
|
|
||
|
// https://vods.speedrun.club/api/v1/gdq/runs?event=agdq2023
|
||
|
// https://vods.speedrun.club/api/v1/gdq/events
|
||
|
const baseURL = "https://vods.speedrun.club"
|