-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
The docstring example for initiating the Connect API client has a typo.
Lines 5 to 12 in c05ab8f
| #' @section Usage: | |
| #' \preformatted{ | |
| #' client <- Connect$new(server = 'connect.example.com', | |
| #' apiKey = 'mysecretkey') | |
| #' client$get_apps() | |
| #' client$get_tags() | |
| #' } | |
| #' |
apiKey should be api_key
Metadata
Metadata
Assignees
Labels
No labels