fabiobatalha / crossrefapi

A python library that implements the Crossref API.
BSD 2-Clause "Simplified" License
265 stars 44 forks source link

Metadata plus support? #27

Closed Ankush-Chander closed 4 years ago

Ankush-Chander commented 4 years ago

Does this api support passing of metadata plus api token?

fabiobatalha commented 4 years ago

Are you intending to use the API for DOI registering?

Ankush-Chander commented 4 years ago

I intend to use the api to fetch metadata of a document based on doi.

fabiobatalha commented 4 years ago

There is no API token tokens in this API.

To collect metadata using DOI, see:

https://github.com/fabiobatalha/crossrefapi/blob/master/README.rst#doi

Ankush-Chander commented 4 years ago

"Metadata Plus gives you enhanced access to all our supported APIs, guarantees service levels and support, and additional features such as snapshots and priority service/rate limits."

Users can avail "Metadata Plus" features by passing "Crossref-Plus-API-Token" in request headers.

I created a pull request for the same. Please review.

https://github.com/fabiobatalha/crossrefapi/pull/28

Ankush-Chander commented 4 years ago

Hi, How do we make pypi point to latest version? https://pypi.org/project/crossrefapi/#history

fabiobatalha commented 4 years ago

Hi @Ankush-Chander

It was uploaded to PyPi under version 1.5.0

Ankush-Chander commented 4 years ago

Thank you. I appreciate your work in making crossref API more accessible through this project.

fabiobatalha commented 4 years ago

thank you for the contribution!