get_token: Get Token

Description Usage Arguments Value Examples

View source: R/get_token.R

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)

NCSABrownDog/bd.r documentation built on May 7, 2019, 6:01 p.m.