Description Usage Arguments Examples
Not sure how this differs from their other API...
1 2 3 4 5 6 7 8 9 10 11 12 13 |
genre |
Book genre |
title |
Book title |
aufirst |
First author |
aulast |
Last author |
date |
Date of publication |
spage |
Start page |
issue |
Issue number |
version |
One of 0.1 or 1.0 |
as |
(character) Return a list ("list"), json ("json"), xml ("xml"),
or parsed table ("table", default). Note that |
key |
Your BHL API key, either enter, or loads from your |
... |
Curl options passed on to |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
bhl_openurl(
genre="book",
title="Manual+of+North+American+Diptera",
aufirst="Samuel Wendell",
aulast="Williston",
date=1908,
spage=16)
bhl_openurl(genre="book", title="Manual+of+North+American+Diptera",
aufirst="Samuel Wendell", aulast="Williston", date=1908, spage=16)
bhl_openurl(genre="book", title="Manual+of+North+American+Diptera",
aufirst="Samuel Wendell", aulast="Williston", date=1908, spage=16,
as='xml')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.