# Functions
GetRequestParams parses the query parameters and returns commonly used API parameters, with defaults.
HandleError handles errors.
HandlerFunc takes a custom Handler func and converts it to http.HandlerFunc.
New instantiates a new API object.
No description provided by the author
No description provided by the author
# Type aliases
Handler is our custom HTTP handler with error returns.