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

Simplified GraphQLClient #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

allfro
Copy link

@allfro allfro commented Jan 20, 2020

Changes made:

  • Using requests instead of urllib
  • Letting exceptions propagate to caller instead of catching and rethrowing
  • Added generic header injection
  • Deserialize JSON into dict for easier processing

Changes made:
- Using `requests` instead of urllib
- Letting exceptions propagate to caller instead of catching and rethrowing
- Added generic header injection
- Deserialize JSON into dict for easier processing
palantir0 pushed a commit to palantir0/python-graphql-client that referenced this pull request Jan 27, 2020
Changed to camelCase and added the specific token case
Added some comments
Updated readme with alternate calls and some more token examples
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.

1 participant