Skip to content
New issue

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

Use JSON API endpoints instead of the default XML #29

Open
Binnette opened this issue Jul 22, 2024 · 1 comment
Open

Use JSON API endpoints instead of the default XML #29

Binnette opened this issue Jul 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Binnette
Copy link
Collaborator

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 Binnette added the enhancement New feature or request label Jul 22, 2024
@PanierAvide
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants