Python API for graphql
Project description
CHIME/FRB API
Release |
Style |
Documentation |
---|---|---|
epigraph
Automated GraphQL API
Installation
pip install epigraph
Running the API
In [1]: from epigraph import graphql_api
In [2]: API = graphql_api.GraphQLAPI(url="https://swapi.graph.cool/")
In [3]: API.query('Planet').args({'name': "Alderaan"}).fetch(['climate'])
Out[3]: {"data": {"Planet": {"climate": ["temperate"]}}}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
epigraph-2020.7.27.2.tar.gz
(8.1 kB
view hashes)
Built Distribution
Close
Hashes for epigraph-2020.7.27.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3443614f37258258d113d205937e6c3bfbfd80bf3554a2fba4efd34d1278b52b |
|
MD5 | 93a1ae02d05bc017988cdc2d7dd565af |
|
BLAKE2b-256 | 0ca492c8b177020cf749447ca3262f9d61d50098bf6921e3b1295c8077007056 |