python-overpy
python-overpy copied to clipboard
Add query_raw method
Considering #75, what do you think of having a query_raw, almost the same as query, but after doing the request, and parsing json/xml return the raw string response from the server, but doing the validations for remark messages.
I am not sure if this is justified, I was using Overpy but really needed some transformations that requires the original response returned by OSM as base, so I ended up modifying overpy to do this.
Of course this could be improved but I wanted to know what you think about it.
Coverage decreased (-16.5%) to 78.184% when pulling 77d333a48af7aed6c7857db36b828c0c38779245 on diegocrzt:raw_query_result into 8aa4bafc8e9b336d4f8da7c993ca545494a0e5a9 on DinoTools:master.
Coverage decreased (-16.5%) to 78.184% when pulling 77d333a48af7aed6c7857db36b828c0c38779245 on diegocrzt:raw_query_result into 8aa4bafc8e9b336d4f8da7c993ca545494a0e5a9 on DinoTools:master.
Will this pr be merged?