| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An example consuming a GraphQL API from Python using gql.
$ virtualenv venv -p python3$ source ./venv/bin/activate$ pip install -r requirements.txt$ python fetch.py
{'pokemon': {'attacks': {'special': [{'name': 'Discharge'}, {'name': 'Thunder'}, {'name': 'Thunderbolt'}]}}}| Back | FazBrowse Home | New Git URL |