uptime-kuma-api/uptime_kuma_api
Vinalti 19bd8aecfa
Clean up code and implement best practices (#27)
* clean up code and implement best practices: 
 - `type(a) == list` replace with `isinstance(a, list)`
 - `adict['key']` replaced with `adict.get('key')`
 - annotation `-> list` replace by more accurate `-> list[dict]`

* improve compatibility with previous python versions with Typing

* little fix
2023-05-01 18:57:55 +02:00
..
__init__.py feat: add support for uptime kuma 1.19.2 2022-12-29 00:22:53 +01:00
__version__.py bump version to 0.13.0 2023-04-07 21:14:13 +02:00
api.py Clean up code and implement best practices (#27) 2023-05-01 18:57:55 +02:00
auth_method.py feat: add support for uptime kuma 1.21.0 2023-03-20 15:14:39 +01:00
docker_type.py docs: add docstrings and sphinx, readthedocs configuration 2022-12-16 21:43:01 +01:00
docstrings.py feat: add support for uptime kuma 1.21.2 2023-04-07 21:03:36 +02:00
event.py feat: add support for uptime kuma 1.21.0 2023-03-20 15:14:39 +01:00
exceptions.py docs: add docstrings and sphinx, readthedocs configuration 2022-12-16 21:43:01 +01:00
incident_style.py docs: add docstrings and sphinx, readthedocs configuration 2022-12-16 21:43:01 +01:00
maintenance_strategy.py feat: add support for uptime kuma 1.21.2 2023-04-07 21:03:36 +02:00
monitor_type.py feat: add support for uptime kuma 1.20.0 2023-02-13 22:51:21 +01:00
notification_providers.py feat: add support for uptime kuma 1.21.1 2023-03-30 11:47:47 +02:00
proxy_protocol.py feat: add support for uptime kuma 1.19.2 2022-12-29 00:22:53 +01:00