app.model.lib.crossref_fetcher#

Classes#

CrossrefFetcher

This class encapsulates requests to api.crossref.org to get information

Module Contents#

class app.model.lib.crossref_fetcher.CrossrefFetcher(doi)[source]#

This class encapsulates requests to api.crossref.org to get information about a publication based on its DOI. For now, it only fetches the author list and the title of a study.

doi[source]#
authors = [][source]#
author_cache = ''[source]#
license_url = None[source]#
make_request()[source]#