apiCall,KorAPConnection-method {RKorAPClient} | R Documentation |
Internal API call method
Description
Internal API call method
Usage
## S4 method for signature 'KorAPConnection'
apiCall(
kco,
url,
json = TRUE,
getHeaders = FALSE,
cache = kco@cache,
timeout = kco@timeout
)
Arguments
kco |
KorAPConnection object |
url |
request url |
json |
logical that determines if JSON result is expected |
getHeaders |
logical that determines if headers and content should be returned (as a list) |
[Package RKorAPClient version 1.1.0 Index]