All checks were successful
continuous-integration/drone/push Build is passing
553 B
Executable File
553 B
Executable File
go-ucs: Go library for the Cisco UCS API
go-ucs
is a Go library for interfacing with the Cisco UCS API.
Documentation
The API documentation is available here.
Installation
In order to install go-ucs
execute the following command.
go get -v github.com/dnaeon/go-ucs
Tests
go test -v ./...
Examples
Check the included examples from this repository.