get_articles_for_editor
- get_articles_for_editor(reference: Reference, *, token: str | None = None) list[Work][source]
Get documents incident to the editor.
- Parameters:
reference – A reference for an editor, 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 editor
See also