redata_request should also provide the requests.Request response · Issue #18 · UAL-RE/redata-commons · GitHub
More Web Proxy on the site http://driver.im/
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
Currently redata_requests() returns the JSON loaded contents. However, this is not ideal for some other applications as we need to know the response messages and errors (e.g., ReM tool). As such, we need to add an optional input called process which if set True will return the JSON contents. Otherwise it will return the requests response
The text was updated successfully, but these errors were encountered:
Currently
redata_requests()
returns the JSON loaded contents. However, this is not ideal for some other applications as we need to know the response messages and errors (e.g., ReM tool). As such, we need to add an optional input calledprocess
which if set True will return the JSON contents. Otherwise it will return therequests
responseThe text was updated successfully, but these errors were encountered: