abiosgaming-api

Release v0.3.

abiosgaming-api is python library for interacting with the abiosgaming API AbiosGaming API

Example

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()

More Examples

Indices and tables