# Functions
NewClient creates a new client instance.
NewDummy returns a new dummy client.
WithDebug enables debug mode.
WithInsecure disables TLS certificate validation.
WithMaxConcurrentRequests defines the maximum number of GET requests sent against API concurrently.
# Structs
APIClient communicates with the API and parses the results.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
ClientOption applies options to APIClient.