Skip to content

liderman/go-kiwitaxi-api

Repository files navigation

go-kiwitaxi-api

Golang implementation KiwiTaxi API.

GoDoc

This package implements the API partner for the service of the order of transfers across the world - kiwitaxi.

Installation

go get github.com/liderman/go-kiwitaxi-api

Usage

Getting places:

kiwitaxiApi := kiwitaxi.NewKiwitaxiApi("TOKEN")
places, err := kiwitaxiApi.Places()

Requirements

  • Need at least go1.5 or newer.

Documentation

You can read package documentation here.