Marc Kupietz | c616098 | 2025-06-24 15:57:51 +0200 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/KorAPConnection.R |
| 3 | \name{apiCall,KorAPConnection-method} |
| 4 | \alias{apiCall,KorAPConnection-method} |
| 5 | \alias{apiCall} |
| 6 | \title{Internal API call method} |
| 7 | \usage{ |
| 8 | \S4method{apiCall}{KorAPConnection}( |
| 9 | kco, |
| 10 | url, |
| 11 | json = TRUE, |
| 12 | getHeaders = FALSE, |
| 13 | cache = kco@cache, |
| 14 | timeout = kco@timeout |
| 15 | ) |
| 16 | } |
| 17 | \arguments{ |
| 18 | \item{kco}{KorAPConnection object} |
| 19 | |
| 20 | \item{url}{request url} |
| 21 | |
| 22 | \item{json}{logical that determines if JSON result is expected} |
| 23 | |
| 24 | \item{getHeaders}{logical that determines if headers and content should be returned (as a list)} |
| 25 | } |
| 26 | \description{ |
| 27 | Internal API call method |
| 28 | } |
| 29 | \keyword{internal} |