Skip to content

Releases: dangrier/gobtcmarkets

Version 0.2.0

15 Jan 21:32
e8e9fd3
Compare
Choose a tag to compare

Changes

Nick Law

  • Re-factored all core files to remove duplicate request information (eg. the setting of headers), and to make the internal API simpler
  • Fixed /order/detail endpoint (wrong endpoint)
  • Fixed /fundtransfer/withdrawEFT endpoint (wrong endpoint)
  • Added the ability to submit multiple order ids from certain order endpoints that accept more than one
  • Added ErrorCode response value to structs that accept it (changed Error to ErrorMessage)
  • Added ClientRequestID argument to OrderCreate method
  • Pass API responses by reference rather than by value
  • Added data responses to endpoints that were missing them

Version 0.1.1

02 Jan 07:19
f9ff3ca
Compare
Choose a tag to compare

Updated old commenting in the README.md example which may have been confusing.

Version 0.1.0

28 Dec 10:43
Compare
Choose a tag to compare

Initial functional release