pyastroapi.api.author
Module Contents
Functions
|
Create an author-affiliations report. |
- pyastroapi.api.author.search(token: str, bibcode: str | List[str])
Create an author-affiliations report.
https://ui.adsabs.harvard.edu/help/api/api-docs.html#tag–author-affiliation
- Parameters:
token (str) – ADSABS token
bibcode (t.Union[str, t.List[str]]) – Either a single bibcode or a list of bibcodes
- Returns:
List of dicts. Each entry contains the author and affiliation
- Return type:
list[dicts]