blob: b62aa80a10bbb7d0f6d3e1f848284af6c2693e63 [file] [log] [blame]
Marc Kupietzcf1caf42019-09-07 19:19:31 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/KorAPConnection.R
3\name{KorAPConnection}
4\alias{KorAPConnection}
Marc Kupietz7915dc42019-09-12 17:44:58 +02005\title{Connect to a KorAP server.}
Marc Kupietzcf1caf42019-09-07 19:19:31 +02006\usage{
7KorAPConnection(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 Kupietz7915dc42019-09-12 17:44:58 +020014object that contains all connection information and can be used with \code{\link{KorAPQuery}}
Marc Kupietzcf1caf42019-09-07 19:19:31 +020015}
16\description{
Marc Kupietz7915dc42019-09-12 17:44:58 +020017Connect to a KorAP server.
18}
19\note{
20Currently it is not possible to authenticate the client
Marc Kupietzcf1caf42019-09-07 19:19:31 +020021}