feat: add etc and users
This commit is contained in:
10
itd/etc.py
Normal file
10
itd/etc.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from itd.request import fetch
|
||||
|
||||
def get_top_clans(token: str):
|
||||
return fetch(token, 'get', 'users/stats/top-clans')
|
||||
|
||||
def get_who_to_follow(token: str):
|
||||
return fetch(token, 'get', 'users/suggestions/who-to-follow')
|
||||
|
||||
def get_platform_status(token: str):
|
||||
return fetch(token, 'get', 'platform/status')
|
||||
Reference in New Issue
Block a user