withings-cli¶
Withings Public API CLI Tool
Usage¶
withings-cli [OPTIONS] COMMAND [ARGS]...
Arguments¶
No arguments available
Options¶
| Name | Description | Required | Default |
|---|---|---|---|
--install-completion |
Install completion for the current shell. | No | - |
--show-completion |
Show completion for the current shell, to copy it or customize the installation. | No | - |
--help |
Show this message and exit. | No | - |
configure |
Populate and save WithingsConfig to a... | No | - |
authorize |
Authorize the app with Withings API | No | - |
Sub Commands¶
withings-cli configure¶
Populate and save WithingsConfig to a configuration file
Usage¶
withings-cli configure [OPTIONS]
Arguments¶
No arguments available
Options¶
| Name | Description | Required | Default |
|---|---|---|---|
--base-url TEXT |
Withings API base URL [default: https://wbsapi.withings.net] | No | - |
--client-id TEXT |
Withings client ID | Yes | - |
--client-secret TEXT |
Withings client secret | Yes | - |
--config-path PATH |
Path to the config file [default: withings_config.json] | No | - |
--help |
Show this message and exit. | No | - |
withings-cli authorize¶
Authorize the app with Withings API
Usage¶
withings-cli authorize [OPTIONS]
Arguments¶
No arguments available
Options¶
| Name | Description | Required | Default |
|---|---|---|---|
--config-path PATH |
Path to the config file [default: withings_config.json] | No | - |
--help |
Show this message and exit. | No | - |