updates to use pyteamsnap module
This commit is contained in:
@@ -108,7 +108,8 @@ An unoffical python wrapper for the [TeamSnap API](https://www.teamsnap.com/docu
|
||||
## Usage Example
|
||||
|
||||
```python
|
||||
from pyteamsnap.api import TeamSnap, Me, Event, EventLineupEntry, Member
|
||||
from pyteamsnap.client import TeamSnap
|
||||
from pyteamsnap.objects import Me, Event, EventLineupEntry, Member
|
||||
client = TeamSnap(token=TOKEN)
|
||||
|
||||
# get authenticated user
|
||||
|
||||
Reference in New Issue
Block a user