logOut: logOut -Log user out of the LIMS.

Description Usage Arguments Details Value Author(s) Examples

Description

logOut logs out of the current session.

Usage

1
logOut(coreApi, useVerbose = FALSE)

Arguments

coreApi

coreApi object returned during log in

useVerbose

use verbose option for debuggin in http POST

Details

logOut logs user out of the Core API

Value

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

Author(s)

Craig Parman ngsAnalytics, ngsanalytics.com

Examples

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

## End(Not run)

ceparman/CoreAPI documentation built on May 13, 2019, 2:59 p.m.