Endpoint: /system/accept_cookies
Method: GET
Request Body: NONE
curl -X GET -H "Content-Type: application/json" http://127.0.0.1:5000/system/accept_cookies
Endpoint: /system/reload
Method: GET
Request Body: NONE
curl -X GET -H "Content-Type: application/json" http://127.0.0.1:5000/system/reload
Endpoint: /players/update_playernames
Method: POST
Request Body: JSON
curl -X POST -H "Content-Type: application/json" -d '{"playernames": ["20113/deko", "20709/r3salt", "19236/kensi", "19882/norwi"]}' http://127.0.0.1:5000/players/update_playernames
Endpoint: /players/scrape
Method: POST
curl -X POST -H "Content-Type: application/json" http://127.0.0.1:5000/players/scrape
Endpoint: /players/statistics
Method: GET
curl http://127.0.0.1:5000/players/statistics
Endpoint: /upcoming/uri
Method: POST
Request Body: JSON
{
"url": "<upcoming_matches_url>"
}
curl -X POST -H "Content-Type: application/json" -d '{"url": "<upcoming_matches_url>"}' http://127.0.0.1:5000/upcoming/uri
Endpoint: /upcoming/rating
Method: GET
curl http://127.0.0.1:5000/upcoming/rating
Endpoint: /team/uri
Method: POST
Request Body: JSON
{
"url": "<team_url>"
}
curl -X POST -H "Content-Type: application/json" -d '{"url": "<team_url>"}' http://127.0.0.1:5000/team/uri
Endpoint: /team/rating
Method: GET
curl http://127.0.0.1:5000/team/rating
Endpoint: /matches/uri
Method: POST
Request Body: JSON
{
"url": "<match_url>"
}
curl -X POST -H "Content-Type: application/json" -d '{"url": "<match_url>"}' http://127.0.0.1:5000/matches/uri
Endpoint: /matches/rating
Method: GET
curl http://127.0.0.1:5000/matches/rating