#Bring back the little chart showing progress
1 messages · Page 1 of 1 (latest)
It'll make a return, had to be temporarily removed due to some changes in the data
gotcha. is the api public btw (for aimlabs)? i wanna be able to pull that data and analyze it myself. if so, could you please share a link or any info
it's public, uses GraphQL, no docs were made for it last time I checked
I think it's exposed publicly, but not made for for public usage afaik
do you have the endpoint?
Not off the top of my head, there are code samples for stuff like benches on github you can find as well
typedoc is public as well
go to https://studio.apollographql.com/sandbox/explorer, set endpoint to https://api.aimlab.gg/graphql and it will parse the schema for you
also @hexed canopy #changelog message
nice, thx for the api