1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/docs/integrations/sources/mendeley.md

2.4 KiB

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

Changelog

Expand to review
Version Date Pull Request Subject
0.0.4 2025-04-26 58827 Update dependencies
0.0.3 2025-04-19 58180 Update dependencies
0.0.2 2025-04-12 57676 Update dependencies
0.0.1 2025-04-08 57512 Initial release by @btkcodedev via Connector Builder