Skip to content

violarulan/ker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ker

API wrapper for Hostker written in pure Go

Documentation

See https://godoc.org/github.com/violarulan/ker

Example

package main

import (
    "github.com/violarulan/ker"
    "fmt"
)

func main(){
    var resp ker.ApiResponse
    user := ker.User{Email: "user@domain.tld", AccessToken: "d0113297439b0a467fbd30dbd4ad369a1e4e0189807b63575aff94c038600005"}
    resp = user.Balance()
    fmt.Println(resp.Balance)
}

Contribute

Feel free to submit issues and PRs.

About

API wrapper for Hostker written in pure Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages