Skip to content

Latest commit

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

ChatWork API Client for Golang

ChatWork client for Golang.

Install

$ go get github.com/griffin-stewie/go-chatwork

Usage

package main
import (
chatwork "github.com/griffin-stewie/go-chatwork"
)
funcmain() {
chatwork:=chatwork.NewClient(`api-key`)
chatwork.Me()
chatwork.MyStatus()
chatwork.MyTasks(map[string]string {
"assigned_by_account_id": "123",
"status": "open"
})
chatwork.RateLimit()
...
}

for GoogleAppEngine/Go

c:=appengine.NewContext(r)
client:=urlfetch.Client(c)
chatwork:=chatwork.NewClient(`api-key`)
chatwork.HTTPClient=client

See more examples in examples directory.

About

ChatWork API Client for Golang Forked from https://github.com/yoppi/go-chatwork

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages