get_token {BrownDog} | R Documentation |
Get Token
Description
Get a Token from the BD API gateway to access BD services
Usage
get_token(url, key)
Arguments
url |
URL of the BD API gateway |
key |
permanet key for BD API |
Value
BD API Token
Examples
## Not run:
key <- get_key("https://bd-api-dev.ncsa.illinois.edu", "your email", "password")
get_token("https://bd-api-dev.ncsa.illinois.edu", key)
## End(Not run)
[Package BrownDog version 0.2.1 Index]