Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding an option to get annotations #4

Open
A3EKV opened this issue Sep 29, 2021 · 1 comment
Open

Adding an option to get annotations #4

A3EKV opened this issue Sep 29, 2021 · 1 comment

Comments

@A3EKV
Copy link

A3EKV commented Sep 29, 2021

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants