Remove todo page and testing page in documentation

This commit is contained in:
Mads Marquart
2020-01-22 23:00:38 +01:00
parent 05375d9b11
commit 3d3b0f9e91
7 changed files with 6 additions and 62 deletions

View File

@@ -329,6 +329,8 @@ class Session:
raise _exception.ParseError("Missing payload", data=j) from e
def _graphql_requests(self, *queries):
# TODO: Explain usage of GraphQL, probably in the docs
# Perhaps provide this API as public?
data = {
"method": "GET",
"response_format": "json",