Files
ucs-exporter/local/go-ucs/README.md
Nathan Coad 95a48a89a6
All checks were successful
continuous-integration/drone/push Build is passing
test build
2023-09-28 11:55:15 +10:00

28 lines
553 B
Markdown
Executable File

## go-ucs: Go library for the Cisco UCS API
[![GoDoc](https://godoc.org/github.com/dnaeon/go-ucs?status.svg)](https://godoc.org/github.com/dnaeon/go-ucs)
`go-ucs` is a Go library for interfacing with the Cisco UCS API.
## Documentation
The API documentation is available [here](https://godoc.org/github.com/dnaeon/go-ucs).
## Installation
In order to install `go-ucs` execute the following command.
```
go get -v github.com/dnaeon/go-ucs
```
## Tests
```bash
go test -v ./...
```
## Examples
Check the included examples from this repository.