Golang implementation KiwiTaxi API.
This package implements the API partner for the service of the order of transfers across the world - kiwitaxi.
go get github.com/liderman/go-kiwitaxi-api
Getting places:
kiwitaxiApi := kiwitaxi.NewKiwitaxiApi("TOKEN")
places, err := kiwitaxiApi.Places()
- Need at least
go1.5
or newer.
You can read package documentation here.