jdost / restler

Python library to help integrate with RESTful web APIs
Other
0 stars 1 forks source link

XML mimetype support #6

Open jdost opened 11 years ago

jdost commented 11 years ago

Handle the XML mimetype in responses. This could either be a hand made simple XML parser or look into xmltodict as another option. (or pump the data into an XML library and return the object rather than a dictionary)