python-upwork icon indicating copy to clipboard operation
python-upwork copied to clipboard

Python bindings for Upwork API

Results 3 python-upwork issues
Sort by recently updated
recently updated
newest added

When calling the Gds class in the reports module the entry point is updated to "gds", however when subsequently calling an Api class it is not set back to "api"....

https://github.com/upwork/python-upwork/blob/a149f2853b7252df8f53d77e37d03b057af33649/upwork/client.py#L179

refers to this example https://github.com/upwork/python-upwork/blob/master/example/myapp.py#L41 When I use `client.get_access_token(verifier)`, it always return (None, None). So, `access_token` and `access_token_secret` always **None**

question