logOut: logOut -Log user out of the LIMS.

Description Usage Arguments Details Value Author(s) Examples

View source: R/logOut.R

Description

logOut logs out of the current session.

Usage

1
logOut(coreApi, ...)

Arguments

coreApi

coreApi object returned during log in

...

additional arguments passed to apiPOST

Details

logOut logs user out of the Core API

Value

returns list with $success = "Success" when sucessful, $response contains the entire http response

Author(s)

Craig Parman info@ngsanalytics.com

Examples

1
2
3
4
5
6
## Not run: 
api <- coreAPI("PATH TO JSON FILE")
response <- authBasic(api)
logOut <- logOut(response$coreApi, useVerbose = TRUE)

## End(Not run)

AmundsenJunior/pfsrsdk documentation built on July 18, 2019, 8:10 p.m.