README.md in embulk-input-healthplanet-1.0.0 vs README.md in embulk-input-healthplanet-1.0.1
- old
+ new
@@ -1,8 +1,8 @@
# Healthplanet input plugin for Embulk
-Retrieve your innerscan data through Health Planet API v1.
+Retrieve your data from [TANITA's Health Planet website](https://www.healthplanet.jp/) through Health Planet API v1.
This plugin only supports 'innerscan' scope. Other scopes such as 'sphygmomanometer', 'pedometer' and 'smug' are not supported.
## Overview
@@ -49,8 +49,13 @@
```
$ embulk run config.yml -o config.yml
```
+## Notice
+
+Health Planet API ver. 1.0 does not export 'Body Water Mass' data. I reported this issue to TANITA. But with no word of thanks, they just replied that they did not fix this issue because this API was free. embulk-input-healthplanet therefore can not export the 'Body Water Mass' data, too.
+
## References
* [Health Planet API Specification Ver. 1.0 (Japanese)](http://www.healthplanet.jp/apis/api.html)
+* [Health Planet からデータをエクスポートするための embulk-input-healthplanet プラグイン - 無印吉澤](http://muziyoshiz.hatenablog.com/entry/2016/01/11/234921 "Health Planet からデータをエクスポートするための embulk-input-healthplanet プラグイン - 無印吉澤")