Coinigy / api

Coinigy API Examples
162 stars 65 forks source link

update Python example for Python3 #27

Open markhu opened 6 years ago

markhu commented 6 years ago

Submitted PR #26 with:

  1. the one-line change needed for Python3 (print() as a function)
  2. POST the auth as headers instead of body
  3. a simple example in main