Open Binnette opened 3 months ago
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.
If we can get rid of XML, yes you can do the switch :grin:
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.