An open API service indexing awesome lists of open source software.

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

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
```