osm-request icon indicating copy to clipboard operation
osm-request copied to clipboard

Use JSON API endpoints instead of the default XML

Open Binnette opened this issue 1 year ago • 1 comments

Hi @PanierAvide, instead of using API url that return XML, we should use url that return JSON

Example, instead of https://api.openstreetmap.org/api/0.6/changeset/154086955

We should use https://api.openstreetmap.org/api/0.6/changeset/154086955.json

Do you agree on that? If so, I can work on this and get rid of xml to json manipulations to "clean" the code.

Binnette avatar Jul 22 '24 20:07 Binnette

If we can get rid of XML, yes you can do the switch :grin:

PanierAvide avatar Jul 23 '24 04:07 PanierAvide