Skip to content

brokeyourbike/wizall-api-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wizall-api-client-go

Go Reference Go Report Card Maintainability Test Coverage

Wizall API client for Go

Installation

go get github.com/brokeyourbike/wizall-api-client-go

Usage

client := wizall.NewClient("testagent-api.wizall.com", "client_id", "client_secret", "username", "password", "country")
client.Token(context.TODO())

Authors

License

BSD-3-Clause License