jason-matthew
jason-matthew
json.dumps() is leveraged twice prior to writing the request's data payload. 1. https://github.com/atlassian-api/atlassian-python-api/blob/09ff44afe0b7251dde3ed94da3155f97507129b7/atlassian/rest_client.py#L160 2. https://github.com/atlassian-api/atlassian-python-api/blob/09ff44afe0b7251dde3ed94da3155f97507129b7/atlassian/rest_client.py#L119 Logging statements are not accurate curl statements. Note double quotes are being escaped. `2020-09-16 12:15:10,429...
I'm unsure if a question or issue is best here. I'll assume I'm not properly reading doc and I simply need a push in the right direction. I chose to...