Skip to content

vinujan59/APIManagerCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APIManagerCLI

Command line tool for wso2 API manager

##Setting UP GO

###Running App


  1. download go from here
  2. Install anywhere and export path (example ..../go/bin)
  3. Set Workspace by setting environment variable named GOPATH (example in linux export GOPATH = your favourite directory)
  4. Get the app by executing go get github.com/vinujan/APIManagerCLI inside GOPATH directory
  5. built the application by go install github.com/vinujan/APIManagerCLI
  6. run the app inside bin directory inside GOPATH

###Library used

  1. cli - a package for building commandline apps
  2. resty - a http client library

About

Command line tool for wso2 api manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages