Skip to content

Hackathon project for Global Power Rankings. We built a restAPI using AWS which ranks League of Legends team within a global and team context. It also supports rankings within a specific League of Legends tournament.

Notifications You must be signed in to change notification settings

edwarddsongg/League_Hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Power Rankings Hackathon

API Specifications

The API is deployed with the url: ** https://ded9b05jx7.execute-api.us-east-2.amazonaws.com/test/**

You can view the global rankings for all teams with their respective ids by

curl https://ded9b05jx7.execute-api.us-east-2.amazonaws.com/test/global_
rankings

For team rankings, you query with the string parameter: “team_id: {team_id}” for example:

curl https://ded9b05jx7.execute-api.us-east-2.amazonaws.com/test/team_rankings/?team_ids=99566404581868574&team_ids=98767991853197861&team_ids=100205573495116443&team_ids=99566404579461230 

For global_rankings, you query with the string parameter: curl -X GET “number_of_teams:{integer}” for example: curl https://ded9b05jx7.execute-api.us-east-2.amazonaws.com/test/global_rankings?number_of_teams=50

For tournament rankings, you query with the string parameter: “tournament_id: {tournament_id}” and “stage: {stage_name}”

for example: curl -X GET "https://ded9b05jx7.execute-api.us-east-2.amazonaws.com/test/tournament_rankings/?tournament_id=110733838935136200&stage=knockouts"

About

Hackathon project for Global Power Rankings. We built a restAPI using AWS which ranks League of Legends team within a global and team context. It also supports rankings within a specific League of Legends tournament.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages