Class representing a Connect API client
Class representing a Connect API client
This class allows a user to interact with a Connect server via the Connect API. Authentication is done by providing an API key.
new()Client$new(server, api_key)print()GET()Client$GET(path, ..., writer = httr::write_memory(), parser = "text")content()