# Packages
No description provided by the author
# Functions
AddHandlerFunc adds a handler to the global handler map.
DefaultConfig is the default configuration used by the API endpoint.
MakeAPIHandler creates an API handler for the given namespace.
MakeRootAPIHandler creates a HandlerFunc for the root / path.
New creates a new API Server.
NewFromConfig creates a new API server from the given Config object.
NewWithDefaultRoutes creates a new server with default API routes.
# Type aliases
HandlerFunc is an http callback.