Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split classes into separate files #8

Merged
merged 2 commits into from
Aug 21, 2017

Conversation

johnwmillr
Copy link
Owner

This pull request resolves #6 (SeparateClassesToFiles).

The README has been updated to reflect the new interface and functionality.

@johnwmillr johnwmillr merged commit 0571be5 into master Aug 21, 2017
@johnwmillr johnwmillr deleted the split-classes-into-separate-files branch August 21, 2017 02:01
johnwmillr added a commit that referenced this pull request Nov 8, 2020
* Update to origin (#8)

* added auth

* added voting methods for annotations

* renamed client_access_token to access_token

* added documentation for authorization,
renamed all instances of client_access_token to access_token

* fixed instance parse_redirected_url didn't work with 'token' flow

* added OAuth2 documentation,
modified OAuth2 to make it user-friendlier

* removed Authenticating yourself from snippets,
added missing commas

* Revert "removed Authenticating yourself from snippets,"

This reverts commit d2e99bb.

* added missing comma

* added more missing commas

* added missing word in sippets

* changed get_user_auth_url to auth.url property,
changed 'all' scope type to tuple,
fixed combining scopes (changed ',' to ' ')

* changed calling get_user_auth_url to url

* fixed client_only_app not in OAuth2 attributes

* fixed parse_redirected_url

* set None in POST body params when optional annotation parameteres aren't supplied

* revert to current _make_request

* fixed typo

* added some docs, fixed new methods' payload

* fixed response for 204 response,
added tests

* fixed added test bugs

* fixed update_annotation and added its test,
added docs for contributing

* added example redirect uri to snippets

* commit changes

* add text_format to API annotation methods

* fixed prompt_user bug

* fix flake8 error

* fixed bugs, added auth tests

* fix test_url error

* fix wrong function name

* removed test_url

Co-authored-by: John W. Miller <johnwmillr@users.noreply.github.com>

* - added encoding using utf-8 when saving files
- removed binary encoding
- genius.tag(): replaced unicodedata.normalize with only replacing \xa0
- fixed IndentationError
- __main__: made import relative

* fix flake8 error

Co-authored-by: John W. Miller <johnwmillr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Classes within genius.py should be split into separate files
1 participant