# Functions
BadRequest returns a 400 error that wraps the given error.
# Structs
APIMapping combines an HTTP method and a URL path.
APIMux implements a mux for API endpoints as an http.Handler.
APIUserError is returned by APIEndpoints that want to send error data back to the user.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
APIEndpoint is an endpoint of the API.