Skip to content

Function: searchAuthorsByName() ​

searchAuthorsByName(names, config): Effect<readonly AuthorsResult[], FetchError | ResponseParseError>

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

Searches for authors by display name.

Parameters ​

names ​

string[]

Array of names to search for

config ​

OpenAlexConfig

OpenAlex API configuration

Returns ​

Effect<readonly AuthorsResult[], FetchError | ResponseParseError>