Compare commits
1 Commits
b91ddb6685
...
afa2fef0c8
| Author | SHA1 | Date | |
|---|---|---|---|
| afa2fef0c8 |
@ -242,7 +242,7 @@ class iFirmaAPI():
|
|||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-type": "application/json; charset=UTF-8",
|
"Content-type": "application/json; charset=UTF-8",
|
||||||
"Authentication": self.__get_auth_header(request_hash_text,
|
"Authentication": self.__get_auth_header(request_hash_text,
|
||||||
key_value=__user_key_value)
|
key_value=self.__user_key_value)
|
||||||
}
|
}
|
||||||
|
|
||||||
response_dict = self.__execute_post_request(headers, request_content, url)
|
response_dict = self.__execute_post_request(headers, request_content, url)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user