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

feat: generic XML adapter #391

Merged
merged 1 commit into from
Oct 21, 2023
Merged

feat: generic XML adapter #391

merged 1 commit into from
Oct 21, 2023

Conversation

betodealmeida
Copy link
Owner

Summary

Add a new adapter for handling XML responses.

Currently the adapter ignores attributes, mapping XML to a JSON equivalent based on text. In the future we might add an option to use a different algorithm; see the discussion.

Testing instructions

@betodealmeida betodealmeida force-pushed the generic-xml branch 2 times, most recently from 9f0914f to 357e691 Compare October 21, 2023 19:10
@betodealmeida betodealmeida linked an issue Oct 21, 2023 that may be closed by this pull request
@betodealmeida betodealmeida enabled auto-merge (squash) October 21, 2023 19:38
@betodealmeida betodealmeida merged commit d2e4f00 into main Oct 21, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generic XML adapter
1 participant