Documentation
¶
Overview ¶
Package api provides a framework-free HTTP handler for the GOBL API. It wraps the internal/cli functions and exposes them as standard net/http endpoints, suitable for use in any HTTP server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
NewHandler builds and returns an http.Handler with all GOBL API routes registered under the major-version prefix (e.g. /v0/build). The handler includes CORS and version-header middleware.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.