Categorygithub.com/CapacitorSet/liqo-dashboard-server
module
0.0.0-20220531171955-252c02e6ca40
Repository: https://github.com/capacitorset/liqo-dashboard-server.git
Documentation: pkg.go.dev

# README

liqo-dashboard-server

A REST API for Liqo.

Interface

The endpoints are described in OpenAPI format in api.yaml.

Hacking

To change the API methods, edit api.yaml and regenerate the code:

go get github.com/deepmap/oapi-codegen/cmd/oapi-codegen
oapi-codegen -old-config-style -package api -generate types,server,spec api.yaml > api/api.go
oapi-codegen -old-config-style -package client -generate types,client api.yaml > client/client.go

# Packages

Package api provides primitives to interact with the openapi HTTP API.
Package client provides primitives to interact with the openapi HTTP API.
No description provided by the author