Skip to contents

Retrieve a synapse token using PAT

Usage

.get_synapse_token(pat = NULL)

Arguments

pat

'Synapse' Personal Access Token. If NULL, package will search package environment for "pat".

Value

a 'Synapse' token. Will look for PAT and return that if successful HTTP call

Examples

if (FALSE) { # \dontrun{
.get_synapse_token(pat = "test")
} # }