https://github.com/dnaeon/go-ucs
Go library for the Cisco UCS Manager API
https://github.com/dnaeon/go-ucs
Last synced: 6 months ago
JSON representation
Go library for the Cisco UCS Manager API
- Host: GitHub
- URL: https://github.com/dnaeon/go-ucs
- Owner: dnaeon
- License: other
- Created: 2018-04-27T07:19:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T07:54:55.000Z (over 7 years ago)
- Last Synced: 2025-04-13T14:48:50.018Z (9 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-ucs: Go library for the Cisco UCS API
[](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.