We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
If we can get rid of XML, yes you can do the switch 😁
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: