modulepackage
0.1.5
Repository: https://github.com/frankgreco/edge-sdk-go.git
Documentation: pkg.go.dev
# README
edge-sdk-go
golang sdk for ubiquiti edgeos
Quickstart
client, err := edge.Login("https://192.168.1.1", true, "ubnt", "ubnt")
if err != nil {
os.Exit(1)
}
ruleset, err := client.Firewall.GetRuleset(context.Background(), "NO_SSH")
if err != nil {
os.Exit(1)
}
log.Println(ruleset)
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author