python-overpy icon indicating copy to clipboard operation
python-overpy copied to clipboard

Add query_raw method

Open diegocrzt opened this issue 6 years ago • 4 comments

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.

diegocrzt avatar Oct 02 '19 03:10 diegocrzt

Coverage Status

Coverage decreased (-16.5%) to 78.184% when pulling 77d333a48af7aed6c7857db36b828c0c38779245 on diegocrzt:raw_query_result into 8aa4bafc8e9b336d4f8da7c993ca545494a0e5a9 on DinoTools:master.

coveralls avatar Oct 02 '19 03:10 coveralls

Coverage Status

Coverage decreased (-16.5%) to 78.184% when pulling 77d333a48af7aed6c7857db36b828c0c38779245 on diegocrzt:raw_query_result into 8aa4bafc8e9b336d4f8da7c993ca545494a0e5a9 on DinoTools:master.

coveralls avatar Oct 02 '19 03:10 coveralls

Will this pr be merged?

fakerms avatar Sep 29 '21 07:09 fakerms