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

Refactor client to use XML instead of JSON #28

Merged
merged 8 commits into from
Feb 2, 2024
Merged

Conversation

fabiante
Copy link
Member

@fabiante fabiante commented Feb 2, 2024

It seems that the data returned by XML endpoints is more coherent that the JSON representation.

Thus this PR replaces JSON usage with XML. This leads to a major change in some of the data types returned by client methods.

This will fix unmarshaling issues we tried to fix in #27 and #25 and #24

These changes are very much breaking. Since we have not yet published a v1, this will only be a bump in the minor part of the packages version.

@fabiante fabiante added the bug Something isn't working label Feb 2, 2024
@fabiante fabiante merged commit 87cba23 into master Feb 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant