munkim / monoid

Turn APIs into AI Agents
https://monoid.so
Apache License 2.0
47 stars 16 forks source link

Support XML APIs #9

Open edwisdom opened 9 months ago

edwisdom commented 9 months ago

Description

Some APIs return XML responses, but we currently only support APIs that return JSON responses. Because XML as a file format is richer than JSON, converting from the former to the latter is not simple or lossless.

Nevertheless, it would be good for us to support XML APIs as best as we can. Examples of such APIs include ArXiv, Flickr, and OpenStreetMap.