Skip to content

Releases: brianmcmichael/poloniex_api

version 0.0.6

01 Sep 02:38
Compare
Choose a tag to compare
  • Update nonce on each request.

version 0.0.5

31 Aug 00:10
Compare
Choose a tag to compare

Changed

  • Remove an annoying puts statement

version 0.0.4

30 Aug 23:54
Compare
Choose a tag to compare

Changed

  • Require 'openssl'

version 0.0.3

30 Aug 23:49
Compare
Choose a tag to compare

Changed

  • Fixed logger calls on timeouts
  • Replaced Digest::HMAC with OpenSSL::HMAC for Ruby 2.2+ support

version 0.0.2

30 Aug 03:48
Compare
Choose a tag to compare

Added

  • Wrap get and post calls in retry loops
  • Add timeout values to requests

Changed

  • Updated market_trade_hist to follow the call pattern

version 0.0.1

30 Aug 02:46
Compare
Choose a tag to compare
  • API requests return JSON responses from Poloniex API