get_token: Get Token

Description Usage Arguments Value Examples

Description

Get a Token from the BD API gateway to access BD services

Usage

1
get_token(url, key)

Arguments

url

URL of the BD API gateway

key

permanet key for BD API

Value

BD API Token

Examples

1
2
3
4
5
## 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)

BrownDog documentation built on May 2, 2019, 5:53 a.m.