moves icon indicating copy to clipboard operation
moves copied to clipboard

Python API Client for the Moves app

Results 3 moves issues
Sort by recently updated
recently updated
newest added

- fix py3 support - add tox - add editorconfig - add venv and ide ignore Closes https://github.com/lysol/moves/issues/8

Please consider using `absolute imports` like: `from moves._moves import *` This will fix py 3.x import issue. Thanks!

Add get_full_oauth_token. it gives access to all attribute like expires_in.. Use json requests parser I preserve module interace for oauth, but not for json (remove parse_response). it s a suggestion....