init commit
This commit is contained in:
5
itd/users.py
Normal file
5
itd/users.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from itd.request import fetch
|
||||
|
||||
|
||||
def get_user(token: str, username: str):
|
||||
return fetch(token, 'get', f'users/{username}')
|
||||
Reference in New Issue
Block a user