Closed chartgerink closed 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.
http://api.crossref.org/works
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. :-(
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
--filter
prefix
Stupid me. Yes, it just works. :-)
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 ishttp://api.crossref.org/prefixes/<prefix>/works
.All routes are available here.
Would do a PR if I knew enough js but I don't. :-(