# Functions
Init initializes the webapi and makes it ready to be used.
RespondWithError responds to a request with the passed error.
Router returns the root gin.RouterGroup that should be used to register new router groups and routes.
# Structs
ErrorResponse is an error that can be thrown on the web api.