Mendeley
Website: https://www.mendeley.com/ API Reference: https://dev.mendeley.com/methods/#introduction
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
client_id | string | Client ID. Could be found at https://dev.mendeley.com/myapps.html | |
start_date | string | Start date. | |
client_secret | string | Client secret. Could be found at https://dev.mendeley.com/myapps.html | |
query_for_catalog | string | Query for catalog search. Query for catalog search | Polar Bear |
client_refresh_token | string | Refresh token. Use cURL or Postman with the OAuth 2.0 Authorization tab. Set the Auth URL to https://api.mendeley.com/oauth/authorize, the Token URL to https://api.mendeley.com/oauth/token, and use all as the scope. | |
name_for_institution | string | Name for institution. The name parameter for institutions search | City University |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
annotations | id | DefaultPaginator | ✅ | ✅ |
catalog_search | id | DefaultPaginator | ✅ | ❌ |
identifier_types | uuid | DefaultPaginator | ✅ | ❌ |
profile | id | DefaultPaginator | ✅ | ✅ |
trashed | id | DefaultPaginator | ✅ | ✅ |
groups | id | DefaultPaginator | ✅ | ✅ |
folders | id | DefaultPaginator | ✅ | ✅ |
files | id | DefaultPaginator | ✅ | ✅ |
documents | id | DefaultPaginator | ✅ | ✅ |
subject_areas | uuid | DefaultPaginator | ✅ | ❌ |
institutions | id | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
client_id
string
start_date
string
client_secret
string
query_for_catalog
string
client_refresh_token
string
name_for_institution
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.2 | 2025-04-12 | 57676 | Update dependencies |
0.0.1 | 2025-04-08 | 57512 | Initial release by @btkcodedev via Connector Builder |