A Julia interface to the Crossref REST API. Inspired by habanero.
(v1.5) pkg> add Pitaya
using Pitaya
# Optional
ENV["MAILTO"] = "nick.haupka@gmail.com"
ENV["CROSSREF_PLUS_API_TOKEN"] = "YOUR TOKEN"
works(query="Heisenberg", limit=1)
works(doi="10.1038/nature12373")
members(member_id=98,
works=true,
limit=5,
sort="updated",
filter=Dict("full-text.type" => "application/pdf",
"has-orcid" => "true"))
funders(funder_id="10.13039/100000001", works=true, limit=5)
journals(issn="1549-7712",
works=true,
offset=20,
limit=10,
facet=Dict("published" => 2007))
types(type_id="reference-book", works=true, sample=20)
prefixes(owner_prefix="10.1016", works=true, order="desc", limit=20)
licenses(query="creative", limit=3)
agency("10.1038/nature12373")