Marc Kupietz | cf1caf4 | 2019-09-07 19:19:31 +0200 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/KorAPConnection.R |
| 3 | \name{KorAPConnection} |
| 4 | \alias{KorAPConnection} |
Marc Kupietz | 7915dc4 | 2019-09-12 17:44:58 +0200 | [diff] [blame^] | 5 | \title{Connect to a KorAP server.} |
Marc Kupietz | cf1caf4 | 2019-09-07 19:19:31 +0200 | [diff] [blame] | 6 | \usage{ |
| 7 | KorAPConnection(KorAPUrl = defaultKorAPUrl, apiVersion = "v1.0", |
| 8 | apiUrl = NA) |
| 9 | } |
| 10 | \arguments{ |
| 11 | \item{KorAPUrl}{instead of providing the query and vc string parameters, you can also simply copy a KorAP query URL from your browser and use it here (and in \code{KorAPConnection}) to provide all necessary information for the query.} |
| 12 | } |
| 13 | \value{ |
Marc Kupietz | 7915dc4 | 2019-09-12 17:44:58 +0200 | [diff] [blame^] | 14 | object that contains all connection information and can be used with \code{\link{KorAPQuery}} |
Marc Kupietz | cf1caf4 | 2019-09-07 19:19:31 +0200 | [diff] [blame] | 15 | } |
| 16 | \description{ |
Marc Kupietz | 7915dc4 | 2019-09-12 17:44:58 +0200 | [diff] [blame^] | 17 | Connect to a KorAP server. |
| 18 | } |
| 19 | \note{ |
| 20 | Currently it is not possible to authenticate the client |
Marc Kupietz | cf1caf4 | 2019-09-07 19:19:31 +0200 | [diff] [blame] | 21 | } |