Skip to content

Function: searchWorksByAuthorIDs() ​

searchWorksByAuthorIDs(ids, config): Effect<readonly WorksResult[], FetchError | ResponseParseError>

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

Searches for works by author OpenAlex IDs.

Parameters ​

ids ​

string[]

Array of author OpenAlex IDs

config ​

OpenAlexConfig

OpenAlex API configuration

Returns ​

Effect<readonly WorksResult[], FetchError | ResponseParseError>