Skip to content

v0.2.0

Compare
Choose a tag to compare
@julianfssen julianfssen released this 16 May 08:49
· 31 commits to master since this release

v0.2.0 - 16-05-2021

[Added]

Modules

  • Added Exchanges module to fetch exchange data.

Tests

  • Added vcr and webmock gems for testing.
  • Added basic unit tests for every client module.
  • Added setting for vcr episodes to use :new_episodes as the default :record mode.

Docs

  • Added YARD documentation (params, return values, usage, and response objects) for every method in client modules.

[Changes]

  • Changed get method in connection.rb to build querystrings from the options object.
    Changed method definitions to accept an options parameter to define options when making requests.