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_cookiesEndpoint: /system/reload
Method: GET
Request Body: NONE
curl -X GET -H "Content-Type: application/json" http://127.0.0.1:5000/system/reloadEndpoint: /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_playernamesEndpoint: /players/scrape
Method: POST
curl -X POST -H "Content-Type: application/json" http://127.0.0.1:5000/players/scrapeEndpoint: /players/statistics
Method: GET
curl http://127.0.0.1:5000/players/statisticsEndpoint: /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/uriEndpoint: /upcoming/rating
Method: GET
curl http://127.0.0.1:5000/upcoming/ratingEndpoint: /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/uriEndpoint: /team/rating
Method: GET
curl http://127.0.0.1:5000/team/ratingEndpoint: /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/uriEndpoint: /matches/rating
Method: GET
curl http://127.0.0.1:5000/matches/rating