shuichiro-makigaki / mendeley_cli

CLI for Mendeley
MIT License
4 stars 0 forks source link

Adding an option to get annotations #4

Open A3EKV opened 2 years ago

A3EKV commented 2 years ago

Currently the annotations are missing in mendeley_cli. Is there any reason to limit it only to:

 documents      
 documenttypes  
 files         
 groups        
 token         

Notice also that according to Mendeley API (https://api.mendeley.com/apidocs/docs) the groups API is deprecated.

shuichiro-makigaki commented 2 years ago

Basic annotation support is included mendeley-python-sdk that is used internally in Mendeley CLI, but it does not support filtering by user document ID and Group ID. Additionally, mendeley-python-sdk does not support Groups v2 API usage.

Very sadly, upstream development of mendeley-python-sdk is almost stopped for years, and we cannot expect to add the features that we need.

Therefore, I have to start forked (Yet-Another) Mendeley SDK: https://github.com/shuichiro-makigaki/yandeley-python-sdk.

After adding the required features, I will start to implement Mendely CLI.