csko / gdax-python-api

GDAX API written in Python3 using async/await
MIT License
52 stars 21 forks source link

Fix cancel order #9

Open felixb opened 6 years ago

felixb commented 6 years ago

DELETE requests with None body were resulting in a 400 BadRequest. Before, the None was encoded to null.