Skip to content

Function: searchWorksByORCID() ​

searchWorksByORCID(orcid, config): Effect<readonly WorksResult[], FetchError | ResponseParseError>

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

Searches for works by author ORCID.

Parameters ​

orcid ​

ORCID

Author ORCID

config ​

OpenAlexConfig

OpenAlex API configuration

Returns ​

Effect<readonly WorksResult[], FetchError | ResponseParseError>