Skip to content

wernerstrydom/go-sophosfirewall

Repository files navigation

Sophos Firewall Go Client

Overview

This is a Go client library for accessing the Sophos Firewall API. It is a work in progress and is not yet complete.

Installation

go get github.com/wernerstrydom/go-sophosfirewall

Usage

import "github.com/wernerstrydom/go-sophosfirewall/sophosfirewall"

Construct a new Sophos Firewall client, then use the various services on the client to access different parts of the Sophos Firewall API. For example:

client := sophosfirewall.New("admin", "password", "https://firewall.example.com:4444/webconsole/APIController")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published