Skip to content

Function: searchAuthorsByORCID() ​

searchAuthorsByORCID(orcids, config): Effect<readonly AuthorsResult[], FetchError | ResponseParseError>

Defined in: fetch-openalex/src/authors.ts:59

Searches for authors by ORCID.

Parameters ​

orcids ​

string[]

Array of ORCID identifiers

config ​

OpenAlexConfig

OpenAlex API configuration

Returns ​

Effect<readonly AuthorsResult[], FetchError | ResponseParseError>