-
This is a library to interact with the JSON-RPC of a Cisco Network Services Orchestrator server.
-
This is not a 100% complete library it contains what I use most.
-
THIS IS NOT MEANT TO BE PRODUCTION READY SO TEST WHAT YOU WANT TO USE IT FOR
- Install newest code
go get github.com/btr1975/nsojsonrpcrequestergo
- Install specific version example
go get github.com/btr1975/nsojsonrpcrequestergo@v1.0.0
- In your requirements.txt for newest code
git+https://github.com/btr1975/nso_jsonrpc_requester.git@master#egg=nso_jsonrpc_requester
- In your requirements.txt for specific version
git+https://github.com/btr1975/nso_jsonrpc_requester.git@1.0.3#egg=nso_jsonrpc_requester