Skip to content

Commit 91b9c8d

Browse files
committed
Add calendar usage docs
1 parent 73dcf41 commit 91b9c8d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/getting-started/usageGuide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ client = Client("API_KEY")
1010
player = await client.get_user("USER_ID")
1111
```
1212

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+
1322
## [Getting Tournament Info](../References/client.md#sendou.client.Client.get_tournament)
1423

1524
```python

0 commit comments

Comments
 (0)