Parse "Content-type: application/xml" using xmlTreeParse #128
Comments
Yes, that should be easy. In the interim, you can do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm encountering an API whose response (out of
GET
) looks like:Apparently
content
currently only handles a body that istext/xml
, but as far as I can tellapplication/xml
is substantively the same and (from an R perspective) would be handled the same astext/xml
.Can
content
be modified to handle this in the same way astext/xml
?The text was updated successfully, but these errors were encountered: