get_articles_for_author
- get_articles_for_author(reference: Reference, *, token: str | None = None) → list[Work][source]
Get documents incident to the author.
- Parameters:
reference – A reference for an author, using
orcidoromidas a prefixtoken – The token to use for authentication. Loaded via
pystow.get_config()if not given explicitly
- Returns:
A list of articles associated with the author
See also