get_articles
- get_articles(references: list[Reference], *, token: str | None = None) list[Work][source]
Get documents by reference.
- Parameters:
references – A list of references to articles, using
token – The token to use for authentication. Loaded via
pystow.get_config()if not given explicitly
- Returns:
A list of articles for the references
See also