Release v0.3.
abiosgaming-api is python library for interacting with the abiosgaming API AbiosGaming API
Using the client to get matches:
from abiosgaming.client import AbiosClient client = AbiosClient(client_id=<clientid>, secret=<secret>) games = client.get_games() matches = client.get_matches() tournaments = client.get_tournaments() competitors = client.get_competitors()
Documentation for AbiosGaming Client
Enter search terms or a module, class or function name.