Skip to content

API Endpoints

Petar Basta edited this page Oct 6, 2020 · 22 revisions
HTTP Method URI Path Description Input Output
GET /predictWinner Predicts the winner of a match Game game Double winPercentage
Game: {  
String[] teamOne,  
String[] teamTwo,  
String rank  
}
Clone this wiki locally