Categorygithub.com/jamestoyer/go-unifi-network-server
module
0.0.0-20241024210717-c8b48d0dd855
Repository: https://github.com/jamestoyer/go-unifi-network-server.git
Documentation: pkg.go.dev

# README

go-unifi-network-server

A client for interacting with the Unifi Network Server (Controller) APIs.

[!IMPORTANT] This is a work in progress and is subject to breaking changes without warning

The client currently supports the following endpoints:

  • Client Devices

Development

To generate an updated client run the following

go run internal/client-gen/main.go

Running integrations tests, which required Docker installed, can be done with the following:

go test ./...

References And Inspiration

Below are links to places that have inspired or help construct the architecture of the client. Without the work of the people on these projects this would not have been possible.

# Packages

No description provided by the author