Initial commit of minimal Graph API for Python
authorBenjamin Braatz <benjamin.braatz@graph-it.com>
Thu, 11 Jul 2019 10:49:20 +0000 (12:49 +0200)
committerBenjamin Braatz <benjamin.braatz@graph-it.com>
Thu, 11 Jul 2019 10:49:20 +0000 (12:49 +0200)
commit9c4db2fdfc062654a762e8416d0ee759ed200c85
tree7d410df60306169e141222c18d15691b172a2221
Initial commit of minimal Graph API for Python
.gitignore [new file with mode: 0644]
config.json.example [new file with mode: 0644]
doc/index.md [new file with mode: 0644]
graph.py [new file with mode: 0644]
test.py [new file with mode: 0755]