Sha256: 09164b2b4a016c200e37ee8fbc8c8944d79efdb4c7f43ece6634c19515ba82a1

Contents?: true

Size: 729 Bytes

Versions: 2

Compression:

Stored size: 729 Bytes

Contents

# 0.2.2

* define constants
  * `Tanita::Api::Client::AUTH_URL`
  * `Tanita::Api::Client::AUTH_URL_PATH`
  * `Tanita::Api::Client::TOKEN_URL`
  * `Tanita::Api::Client::TOKEN_URL_PATH`


# 0.2.1

* rename constant
  * from `Tanita::Api::Client::HttpHelper::BASE_URL` to `Tanita::Api::Client::BASE_URL`

# 0.2.0

* set required ruby version to greater than or equal to v2.4
* added `data_type` argument in BaseApiClient#initialize
* set a proper data type in Result class attributes
* rename some attributes in Result class
  * e.g.
  * `@data` to `@items`
  * `@data[0][:date]` to `@items[0][:measured_at]` or `@items[0][:registered_at]`

# 0.1.1

* support Tanita::Api::Client.configure
* wrote spec

# 0.1.0

* Initial release

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tanita-api-client-0.2.3 CHANGELOG.md
tanita-api-client-0.2.2 CHANGELOG.md