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

Description Usage Arguments Value Examples

Description

If you use this method, please delete the FgConnection object when you are done. Use this method only if connect does not work, e.g. because your keyring does not work or you work in a Jupyter Notebook. WARNINIG: NEVER store your PAT in your R history or in Source Control. Anybody who has the PAT can take any action on FASTGenomics you can make. More Questions? Read our in depth authorization Guide

Usage

1
connect_with_pat_insecure(base_url, email, pat)

Arguments

base_url

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

email

The email address of your account

pat

Your PAT, NEVER share this or store it in your history etc.

Value

a connection object

Examples

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

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