Returns information about a collection.
Usage
describe_collection(collection_name)
Arguments
- collection_name
Name of the collection to describe
Value
List with http response, content (collection details), and status_code
Examples
if (FALSE) { # \dontrun{
describe_collection("my-collection")
} # }