https://github.com/doubret/citrix-netscaler-nitro-go-client
Citrix netscaler nitro go client
https://github.com/doubret/citrix-netscaler-nitro-go-client
citrix citrix-netscaler client go netscaler nitro nitro-api
Last synced: 5 months ago
JSON representation
Citrix netscaler nitro go client
- Host: GitHub
- URL: https://github.com/doubret/citrix-netscaler-nitro-go-client
- Owner: doubret
- Created: 2018-08-01T20:18:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T20:46:46.000Z (over 7 years ago)
- Last Synced: 2024-06-20T03:53:23.747Z (almost 2 years ago)
- Topics: citrix, citrix-netscaler, client, go, netscaler, nitro, nitro-api
- Language: Go
- Size: 850 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# citrix-netscaler-nitro-go-client
## Build
Go get citrix netscaler nitro yaml specs `go get github.com/doubret/citrix-netscaler-nitro-yaml-specs`
## Getting Started Guide
```cmd
# running generate.bat to generate nitro client from `citrix-netscaler-nitro-go-specs`
./generate.bat
# build
./build.bat
# running batch to launch integration tests
./test.bat
```