Add new man sections
Change-Id: I7280cb2cf8a939722c4a8c187694e36a0ce216ea
diff --git a/man/apiCall-KorAPConnection-method.Rd b/man/apiCall-KorAPConnection-method.Rd
new file mode 100644
index 0000000..2d0b06e
--- /dev/null
+++ b/man/apiCall-KorAPConnection-method.Rd
@@ -0,0 +1,29 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/KorAPConnection.R
+\name{apiCall,KorAPConnection-method}
+\alias{apiCall,KorAPConnection-method}
+\alias{apiCall}
+\title{Internal API call method}
+\usage{
+\S4method{apiCall}{KorAPConnection}(
+ kco,
+ url,
+ json = TRUE,
+ getHeaders = FALSE,
+ cache = kco@cache,
+ timeout = kco@timeout
+)
+}
+\arguments{
+\item{kco}{KorAPConnection object}
+
+\item{url}{request url}
+
+\item{json}{logical that determines if JSON result is expected}
+
+\item{getHeaders}{logical that determines if headers and content should be returned (as a list)}
+}
+\description{
+Internal API call method
+}
+\keyword{internal}