diff --git a/R/connect.R b/R/connect.R index 32f0688c..bbed41aa 100644 --- a/R/connect.R +++ b/R/connect.R @@ -5,8 +5,9 @@ #' @section Usage: #' \preformatted{ #' client <- Connect$new(server = 'connect.example.com', -#' apiKey = 'mysecretkey') -#' client$get_apps() +#' api_key = 'mysecretkey') +#' +#' get_content(client) #' client$get_tags() #' } #' diff --git a/man/PositConnect.Rd b/man/PositConnect.Rd index 241b0c9a..dfc37d7d 100644 --- a/man/PositConnect.Rd +++ b/man/PositConnect.Rd @@ -13,8 +13,9 @@ Class representing a Connect API client \preformatted{ client <- Connect$new(server = 'connect.example.com', - apiKey = 'mysecretkey') -client$get_apps() + api_key = 'mysecretkey') + +get_content(client) client$get_tags() } }