Add Readwise Reader API parser

Implemented similar to the Pocket API.
This commit is contained in:
mAAdhaTTah 2023-07-02 11:18:41 -04:00
parent 0d26538a4b
commit 181501fd36
No known key found for this signature in database
GPG key ID: 4C82AA17660179FF
3 changed files with 127 additions and 0 deletions

View file

@ -226,6 +226,8 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
'POCKET_CONSUMER_KEY': {'type': str, 'default': None},
'POCKET_ACCESS_TOKENS': {'type': dict, 'default': {}},
'READWISE_READER_TOKENS': {'type': dict, 'default': {}},
},
}