What is the File Download API?
Article 3619419, Status: VALIDATED
Table of Contents
❓Issue/Question
- What is the File Download API?
- What kind of information can I get on the File Download API?
💻Environment/Context
- Sky's The Limit - Cloud9 x JetBrains Hackathon
👌Resolution/Answer
- File Downlaod is a RESTful API.
- It includes complete files about the series played on the GRID
- The full final state of the Series State API
- The compiled history of transactions/events from the Series Events API (excluding item use events)
- The Series Events file provides you with events that were triggered during the live series
- These events include:
- series-started-game
- player-killed-player
- player-killed-ATierNpc
- player-used-ability
- team-destroyed-tower
- team-completed-destroyTurretPlateTop
- game-started-npcRespawnClock
- game-respawned-BTierNpc
- etc.
- These events include:
- More information about event structure in the Series Events API is available here