Learn R Programming

BrownDog (version 0.2.1)

get_token: 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

Run this code
# 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)
# }

Run the code above in your browser using DataLab