2022-04-28 03:05:05 +00:00
|
|
|
# `io-beep-boop`
|
2022-04-27 15:52:13 +00:00
|
|
|
|
2022-04-28 16:15:15 +00:00
|
|
|
An experimental wrapper and command line interface for the Italian [IO App API](https://developer.io.italia.it/openapi.html)
|
2022-04-27 15:52:13 +00:00
|
|
|
|
2022-04-28 16:15:15 +00:00
|
|
|
\[ [**Documentation**](https://io-beep-boop.readthedocs.io/en/latest/index.html) | [**PyPI**](https://pypi.org/project/io-beep-boop/) \]
|
2022-04-27 15:52:13 +00:00
|
|
|
|
|
|
|
```console
|
2022-04-28 16:19:48 +00:00
|
|
|
$ io-beep-boop
|
2022-04-28 16:15:15 +00:00
|
|
|
Usage: io-beep-boop [OPTIONS] COMMAND [ARGS]...
|
2022-04-27 15:52:13 +00:00
|
|
|
|
2022-04-28 16:15:15 +00:00
|
|
|
Options:
|
|
|
|
--version Show the version and exit.
|
|
|
|
-t, --token TEXT One of the two IO App API tokens of the service you want
|
|
|
|
to use.
|
|
|
|
--base-url TEXT The base URL of the IO App API to use.
|
|
|
|
--help Show this message and exit.
|
2022-04-27 15:52:13 +00:00
|
|
|
|
2022-04-28 16:15:15 +00:00
|
|
|
Commands:
|
|
|
|
registered-fast
|
|
|
|
registered-slow
|
|
|
|
...
|
2022-04-27 15:52:13 +00:00
|
|
|
```
|