apiCall,KorAPConnection-method: Internal API call method
Description
Internal API call method
Usage
# S4 method for 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)