Skip to content

nickfujita/switcheo-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Switcheo APIs wrapper written in Go

switcheo-go is a go client library for Switcheo APIs

Installation

go get github.com/o3labs/switcheo-go

For details on all the functionality in this library, see the GoDoc documentation.

Example usage

api := client.New(switcheo.TestNetAPI, httpClient, switcheo.UserAgent)
c := general.Client{API: *api}
response, err := c.GetTimestamp()
if err != nil {
	fmt.Printf("%v", err)
	return
}
log.Printf("%+v", response)

Test

Each package contains test cases and including sample usage of apis

About

Switcheo APIs binding written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%