blob: 1fb436fa08a47dc5bf1ef668341bb7e8ebaec94b [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",
Marc Kupietzf568f3f2019-09-16 17:03:46 +02008 apiUrl)
Marc Kupietzcf1caf42019-09-07 19:19:31 +02009}
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.}
Marc Kupietz25aebc32019-09-16 18:40:50 +020012
13\item{apiVersion}{which version of KorAP's API you want to connect to}
14
15\item{apiUrl}{url of the KorAP web service}
Marc Kupietzcf1caf42019-09-07 19:19:31 +020016}
17\value{
Marc Kupietz7915dc42019-09-12 17:44:58 +020018object that contains all connection information and can be used with \code{\link{KorAPQuery}}
Marc Kupietzcf1caf42019-09-07 19:19:31 +020019}
20\description{
Marc Kupietz7915dc42019-09-12 17:44:58 +020021Connect to a KorAP server.
22}
23\note{
24Currently it is not possible to authenticate the client
Marc Kupietzcf1caf42019-09-07 19:19:31 +020025}