python-graphql-client icon indicating copy to clipboard operation
python-graphql-client copied to clipboard

Simplified GraphQLClient

Open allfro opened this issue 6 years ago • 0 comments

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

allfro avatar Jan 20 '20 03:01 allfro