coinbase / coinbase-python

DEPRECATED — Coinbase Python API
Apache License 2.0
528 stars 217 forks source link

Fixed https://github.com/coinbase/coinbase-python/issues/10 #11

Closed netanelkl closed 9 years ago

netanelkl commented 9 years ago

Since the requests library does not expect you to alter the headers outside of the standard API, a simple solution, even though probably not the cleanest one, is to make sure only native strings are being passed in.

netanelkl commented 9 years ago

thoughts?