Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.

lestrrat-morgue/go-growthforecast-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-growthforecast-client

Build Status

Coverage Status

GrowthForecast Client In Golang

import (
    "log"
    gf "github.com/lestrrat/go-growthforecast-client"
)

func main() {
    client := gf.NewClient("http://gf.mycompany.com")
    err := client.Post("service/section/graph", &Graph{ Number: 1 })
    if err != nil {
        log.Printf("Failed to post to GrowthForecast: %s", err)
    }
}

Auto-Generated API Docs

http://godoc.org/github.com/lestrrat/go-growthforecast-client

About

GrowthForecast Client In Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages