This commit is contained in:
allegroai 2022-12-29 13:20:03 +02:00
parent 0029f131c9
commit 0950757d44

View File

@ -445,6 +445,7 @@ class Session(TokenManager):
content type will be application/json)
:param data: Dictionary, bytes, or file-like object to send in the request body
:param async_enable: whether request is asynchronous
:param params: additional query parameters
:return: requests Response instance
"""
if not method: