Skip to content
Snippets Groups Projects
Commit 9fa630f2 authored by David Trattnig's avatar David Trattnig
Browse files

Docs: Method heading and TODO

parent d2842c91
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ class SimpleApi:
"exception": Exception
}
"""
# TODO Add JSON unmarshalling
return requests.get(url)
@exception_handler
......@@ -154,7 +155,8 @@ class SimpleApi:
@exception_handler
def put(self, url: str, data: dict, headers: dict = None) -> requests.Response:
"""_summary_
"""
PUT to an URL
Args:
url (str): The URL of the request
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment