Skip to content

45cali/go-vindalu-client

 
 

Repository files navigation

govindalu-client

Go vindalu client

Usage

Start by creating a credentials file in your home directory under ~/.vindalu/credentials similar to the contents shown below.

{
    "auth": {
        "username": "...",
        "password": "..."
    }
}

You can now start using the api.

Example:

import github.com/vindalu/go-vindalu-client

c, _ := vindalu.NewClient("http://localhost:5454")

item, err := c.Get("vserver", "testid1")
...

About

Golang vindalu client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%