Erik Potter
Results
2
comments of
Erik Potter
The ** operator is present in the docs but _commented out_ in the source. I'd at least have using it raise a reasonable exception as opposed to having it raise...
Thanks, I need this too My temporary solution is to manually add the token to the header: ```python token = get_token() # get the token somehow client = Client() client._Client__s.headers['Authorization']...