1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-11-22 16:34:18 +00:00
io-beep-boop/README.md

23 lines
682 B
Markdown
Raw Normal View History

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
$ 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
```