connect_with_bearer_token: Get a FastGenomics connection object to a specific...

Description Usage Arguments Value Examples

Description

This methods uses bearer tokens. Good for demonstrations but needs frequent manual refreshment of the bearer token. Prefer connect to use a PAT. If you use this method, please delete the FgConnection object when you are done. More Questions? Read our in depth authorization Guide

Usage

1
connect_with_bearer_token(base_url, email, bearer_token)

Arguments

base_url

The url of the instance, e.g. https://fastgenomics.org/

email

The email address of your account

bearer_token

Your Bearer Token, NEVER share this or store it in your history etc. Should look like 'Bearer ey'

Value

a connection object

Examples

1
connection <- fastgenomicsRclient::connect("https://fastgenomics.org/", "user@example.com", "Bearer ey...")

FASTGenomics/r_client documentation built on June 25, 2019, 12:12 a.m.