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

started renaming the methods to be more succinct. raise an exception … #9

Merged
merged 1 commit into from
May 11, 2021

Conversation

zevaverbach
Copy link
Contributor

…if there's an 'error' in the response. replace all '!= None' with 'is not None'. Started making 'limit' draw from a constant, and made it optional -- at least in one method so far. Added some type hints and custom types.

Fixes #7. WIP for #4.

@LeeChunHao2000 please let me know what you think about these various changes and I'll be happy to help complete their associated issues.

…if there's an 'error' in the response. replace all '\!= None' with 'is not None'. Started making 'limit' draw from a constant, and made it optional -- at least in one method so far. Added some type hints and custom types.
@LeeChunHao2000 LeeChunHao2000 merged commit 810ecab into LeeChunHao2000:master May 11, 2021
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.

return None or raise an exception when there's a "success" = False
2 participants