ContentMine / getpapers

Get metadata, fulltexts or fulltext URLs of papers matching a search query
MIT License
197 stars 37 forks source link

Include alternative crossref api routes? #120

Closed chartgerink closed 8 years ago

chartgerink commented 8 years ago

Would it be possible to maybe add alternative API routes to the crossref query? It now all refers to base url http://api.crossref.org/works but an alternative I'd like to query is http://api.crossref.org/prefixes/<prefix>/works.

All routes are available here.

Would do a PR if I knew enough js but I don't. :-(

petermr commented 8 years ago

Can you use the --filter with prefix? That can be assembled without changing the code? But maybe it doesn't do the same or is inefficient

chartgerink commented 8 years ago

Stupid me. Yes, it just works. :-)