jdost / restler

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

Allow XML as a mimetype for content sending #7

Closed jdost closed 8 years ago

jdost commented 11 years ago

Like with a Content-type header for json to json.dumps the params, use a simple system for xml translation.

jdost commented 8 years ago

I don't like this. The way that XML is designed makes for parsing to be too circumstantial. I would prefer to add in hooks to define handlers for different Mimetypes instead.