schluta

Results 2 issues of schluta

Yesterday I was having a lot of trouble getting the SDK to work. I could get good responses from the following command, so I thought that I had a good...

ApiClient.set_access_token(token_obj) does not add "Bearer" before the access token. ```python def set_access_token(self, token_obj): """ :param token_obj: :return: """ self.default_headers['Authorization'] = token_obj.access_token ``` In addition, I think this would be much...