We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dcf41 commit 91b9c8dCopy full SHA for 91b9c8d
docs/getting-started/usageGuide.md
@@ -10,6 +10,15 @@ client = Client("API_KEY")
10
player = await client.get_user("USER_ID")
11
```
12
13
+## [Getting Calendar Entries](../References/client.md#sendou.client.Client.get_calendar)
14
+
15
+```python
16
+from sendou import Client
17
+client = Client("API_KEY")
18
+tournament = await client.get_calendar("2023", "5")
19
+```
20
21
22
## [Getting Tournament Info](../References/client.md#sendou.client.Client.get_tournament)
23
24
```python
0 commit comments