pyastroapi.api.citation_helper

Module Contents

Functions

citations(token, bibcode)

Given a set of bibcodes, suggest additional citations.

pyastroapi.api.citation_helper.citations(token: str, bibcode: List[str])

Given a set of bibcodes, suggest additional citations.

https://ui.adsabs.harvard.edu/help/api/api-docs.html#tag–citation-helperc

Parameters:
  • token (str) – ADSABS token

  • bibcode (t.List[str]) – List of bibcodes

Raises:

TypeError – Must pass a list of bibcodes

Returns:

_description_

Return type:

_type_