Configuration options for the ORCID API client.
const config: OrcidClientConfig = { baseURL: 'https://pub.orcid.org/v3.0', timeout: 10000}; Copy
const config: OrcidClientConfig = { baseURL: 'https://pub.orcid.org/v3.0', timeout: 10000};
Optional
Base URL for the ORCID API (defaults to 'https://pub.orcid.org/v3.0')
Request timeout in milliseconds (defaults to 10000)
Configuration options for the ORCID API client.
Example