in src/basket/base.py [0:0]
def user(token): """Get all the information about a user. Requires a token.""" return request("get", "user", token=token)