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
First of all, I really appreciate your effort and work on this project. 👍
This amazing pyodata has been helping me very much and so I could reduce my work hours dramatically. Thanks again.
This is not an issue. However I was not able to find any way to get some help from you guys. So, I leave my question here for now. If it needs to be deleted, please kindly redirect me to the right page.
I am very new at programming or coding... so please understand me if I am wrong at something.
My question is how I can get full response object(?) or body(?) something like in the below.
I could see from debug logger those kind of response, but I cannot retrieve any as a python object.
Ex)
--0A0A187DFF3A6C5CDDE8E3C2DE7FF04C0
Content-Type: application/http
Content-Length: 29504
content-transfer-encoding: binary
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 29311
dataserviceversion: 2.0
sap-metadata-last-modified: Sat, 22 Feb 2020 18:00:34 GMT
cache-control: no-store, no-cache
@theo-ju Please have a look at the pull request #154 and please let me know if you find requests hooks useful or if you find the newly introduced observer interesting.
Hi @theo-ju , I am closing the issue because it is almost month without any interaction. If your problem persists even with the requests hooks example, please reopen the issue with more details (python code).
Dear team,
First of all, I really appreciate your effort and work on this project. 👍
This amazing pyodata has been helping me very much and so I could reduce my work hours dramatically. Thanks again.
This is not an issue. However I was not able to find any way to get some help from you guys. So, I leave my question here for now. If it needs to be deleted, please kindly redirect me to the right page.
I am very new at programming or coding... so please understand me if I am wrong at something.
My question is how I can get full response object(?) or body(?) something like in the below.
I could see from debug logger those kind of response, but I cannot retrieve any as a python object.
Ex)
--0A0A187DFF3A6C5CDDE8E3C2DE7FF04C0
Content-Type: application/http
Content-Length: 29504
content-transfer-encoding: binary
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 29311
dataserviceversion: 2.0
sap-metadata-last-modified: Sat, 22 Feb 2020 18:00:34 GMT
cache-control: no-store, no-cache
{"results":"blahblahblah"}
--0A0A187DFF3A6C5CDDE8E3C2DE7FF04C0--
The text was updated successfully, but these errors were encountered: