Skip to content

evrone/vscale_api

Repository files navigation

Vscale API

Vexor status

Installation and documentation

To install Vscale API, simply run:

$ go get github.com/evrone/vscale_api

Getting Started

package main
import(
  "fmt"
  vscale "github.com/evrone/vscale_api"
)

func GetAccountInfo() {
  client := vscale.New("API_SECRET_TOKEN")
  account, _, err := client.Account.Get()
  if err != nil {
    panic(err)
  }
  fmt.Printf("Account info: %v", account)
}

Contribution Guidelines

  1. Fork
  2. Change
  3. PR

Releases

No releases published

Packages

No packages published

Languages