Primarily an internal function for executing API calls.
clquery(type, set = NULL, query = NULL, fmt = "xml", ...)
An API type. One of “colors”, “palettes”, “patterns”, “lovers”, or “stats”.
A further subtype of the API type
.
An optional character string specifying additional query parameters.
A format for the API response, one of “xml” (the default) or “json”.
Ignored.
A list reflecting the API response. This should be the same
regardless of the vale of fmt
.
Primarily for internal use.