logOut logs out of the current session.
logOut(coreApi, useVerbose = FALSE)
| coreApi | coreApi object returned during log in |
|---|---|
| useVerbose | use verbose option for debuggin in http POST |
returns list with $success = TRUE when sucessful, $response contains the entire http response
logOut logs user out of the Core API
# NOT RUN { api<-CoreAPIV::coreAPI("PATH TO JSON FILE") response<- CoreAPIV::authBasic(api) logOut <- CoreAPIV::logOut(response$coreApi,useVerbose=TRUE ) # }