Removed Todoist backend and migrated responses to schemas.

The Todoist Websocket interface is no longer working properly, and I'm
sick of reverse engineering it.

Closes: 
This commit is contained in:
Fabio Manganiello 2023-11-18 10:16:14 +01:00
parent c2f53b7771
commit 1a777c6276
Signed by: blacklight
GPG key ID: D90FBA7F76362774
12 changed files with 368 additions and 603 deletions

View file

@ -38,7 +38,6 @@ Backends
platypush/backend/stt.picovoice.hotword.rst
platypush/backend/stt.picovoice.speech.rst
platypush/backend/tcp.rst
platypush/backend/todoist.rst
platypush/backend/weather.buienradar.rst
platypush/backend/weather.darksky.rst
platypush/backend/weather.openweathermap.rst

View file

@ -67,7 +67,6 @@ Events
platypush/events/stt.rst
platypush/events/sun.rst
platypush/events/tensorflow.rst
platypush/events/todoist.rst
platypush/events/torrent.rst
platypush/events/trello.rst
platypush/events/video.rst

View file

@ -1,5 +0,0 @@
``todoist``
=============================
.. automodule:: platypush.backend.todoist
:members:

View file

@ -1,5 +0,0 @@
``todoist``
===================================
.. automodule:: platypush.message.event.todoist
:members:

View file

@ -1,5 +0,0 @@
``todoist``
======================================
.. automodule:: platypush.message.response.todoist
:members:

View file

@ -17,6 +17,5 @@ Responses
platypush/responses/ssh.rst
platypush/responses/stt.rst
platypush/responses/tensorflow.rst
platypush/responses/todoist.rst
platypush/responses/translate.rst
platypush/responses/weather.buienradar.rst