repositorypackage
1.1.1
Repository: https://github.com/liderman/go-kiwitaxi-api.git
Documentation: pkg.go.dev
# README
go-kiwitaxi-api
Golang implementation KiwiTaxi API.
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.