Skip to content

meinside/kakao-api-go

Repository files navigation

Kakao REST API wrapper for Golang

This is a wrapper library for Kakao API written in Golang.

How to get

$ go get -u github.com/meinside/kakao-api-go

How to use

// sample
package main

import (
	kakaoapi "github.com/meinside/kakao-api-go"
)

const (
	apiKey = "0123456789abcdefghijklmnopqrstuvwxyz" // XXX - change this to yours
)

func main() {
	client := kakaoapi.NewClient(apiKey)
	//client.Verbose = true

	// TODO - do something with `client`
	// ...
}

See the samples here.

API coverages

License

MIT

About

Kakao's REST API wrapper for Golang

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages