| 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{initialize,KorAPConnection-method} |
| 4 | \alias{initialize,KorAPConnection-method} |
| 5 | \title{Initialize KorAPConnection object} |
| 6 | \usage{ |
| 7 | \S4method{initialize}{KorAPConnection}( |
| 8 | .Object, |
| Marc Kupietz | 6a16d7d | 2026-08-31 21:36:01 +0200 | [diff] [blame^] | 9 | KorAPUrl = defaultKorAPUrl(), |
| Marc Kupietz | c616098 | 2025-06-24 15:57:51 +0200 | [diff] [blame] | 10 | apiVersion = "v1.0", |
| 11 | apiUrl, |
| 12 | accessToken = getAccessToken(KorAPUrl), |
| 13 | oauthClient = NULL, |
| 14 | oauthScope = "search match_info", |
| 15 | authorizationSupported = TRUE, |
| 16 | userAgent = "R-KorAP-Client", |
| 17 | timeout = 240, |
| 18 | verbose = FALSE, |
| 19 | cache = TRUE |
| 20 | ) |
| 21 | } |
| Marc Kupietz | c616098 | 2025-06-24 15:57:51 +0200 | [diff] [blame] | 22 | \description{ |
| 23 | Initialize KorAPConnection object |
| 24 | } |
| Marc Kupietz | c616098 | 2025-06-24 15:57:51 +0200 | [diff] [blame] | 25 | \keyword{internal} |