项目作者: btr1975

项目描述 :
Cisco NSO JSON-RPC Go Library
高级语言: Go
项目地址: git://github.com/btr1975/nsojsonrpcrequestergo.git
创建时间: 2021-01-11T17:48:34Z
项目社区:https://github.com/btr1975/nsojsonrpcrequestergo

开源协议:MIT License

下载


nsojsonrpcrequestergo

  • 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

Library in Other Languages

  • Python 3
  • Go
  • I try to keep the functionality the same between both, because I use
    both.

Go Install

  • Install newest code
  1. go get github.com/btr1975/nsojsonrpcrequestergo
  • Install specific version example
  1. go get github.com/btr1975/nsojsonrpcrequestergo@v1.0.0

Python Install

  • In your requirements.txt for newest code
  1. git+https://github.com/btr1975/nso_jsonrpc_requester.git@master#egg=nso_jsonrpc_requester
  • In your requirements.txt for specific version
  1. git+https://github.com/btr1975/nso_jsonrpc_requester.git@1.0.3#egg=nso_jsonrpc_requester