com.github.vitalsoftware.scalaredox.client
Authorize to Redox and save the auth tokens
Send a query/read-request of type 'T' expecting a response of type 'U' Ex.
Send a query/read-request of type 'T' expecting a response of type 'U' Ex. get[PatientQuery => case ClinicalSummary](query)
Send a post/write-request of type 'T' expecting a response of type 'U' Ex.
Send a post/write-request of type 'T' expecting a response of type 'U' Ex. post[ClinicalSummary => case EmptyResponse](data)
Refresh and replace the auth token
Refresh the auth token a minute before it expires
Refresh the auth token a minute before it expires
Created by apatzer on 3/20/17.