4 lines
166 B
Go
4 lines
166 B
Go
// Package api implements the Gardomatic HTTP API, including authentication,
|
|
// authorization middleware, request validation, and JSON response handling.
|
|
package api
|