SuperEvilMegacorp / vainglory-assets

Community provided art, schemas, and other assets that make using the Vainglory API easier
https://developer.vainglorygame.com
MIT License
54 stars 40 forks source link

[Bug] Single Match Endpoint does not return gzip cdn telemetry link #203

Closed ghost closed 7 years ago

ghost commented 7 years ago

Curl request:

curl "https://api.dc01.gamelockerapp.com/shards/eu/matches/92887d7c-6803-11e7-9f53-02fd63b150ad" \
  -H "Authorization: Bearer API_KEY" \
  -H "Accept: application/vnd.api+json" | jq . | grep URL
"URL": "https://gl-prod-us-east-1.s3.amazonaws.com/assets/semc-vainglory/eu/2017/07/13/20/12/958981c0-6807-11e7-afb6-0242ac11000d-telemetry.json",
      "releasedAt": "2017-07-18T14:43:37Z",
      "version": "gamelockerd-v6.8.2"
ghost commented 7 years ago

Thanks!