CrossRef / pdfextract

MOVED TO https://gitlab.com/crossref/pdfextract
https://gitlab.com/crossref/pdfextract
MIT License
508 stars 89 forks source link

change from search.labs.crossref.org to search.crossref.org #15

Closed jdherman closed 9 years ago

jdherman commented 9 years ago

Looks like the URL for reference resolution changed a little bit ... is this right?

kjw commented 9 years ago

Correct. But also, the search.crossref.org API has been superseded by my brand spanking new API at:

http://api.crossref.org

Equivalent call would be:

http://api.crossref.org/works?query={query}

However, the new API does not strip search syntax from the query. I will need to add that as a feature before we can switch over.

For now, this is great.

jdherman commented 9 years ago

Ok cool. Is there a way we can know when you switch over to the new API? And, will the new API handle both query->DOI and DOI->reference lookups? Thanks.