You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
I looked at your implementaiton but there are 2 problems with this approach.
If we save every HTTP request in a curl format, we will use a lot of memory if the script is changing many objects or sending large files.
I tried to implement an option that would allow the user to get the curl command for the last HTTP request, but the problem is that the SDK does a lot of requests in the same method, so users would only see the last request for that method.
I end up adding the curl command to the output of the debug option, together with the information that already existed, and moved the debug functions to a separated file.
Add ability to see curl format of every request sent as a list item in a debug attribute, whether or not there is an error.
Requires no change to the debug='file' submission, but will take that and:
The text was updated successfully, but these errors were encountered: