https://github.com/liderman/go-kiwitaxi-api
Partner api to order taxi service - kiwitaxi
https://github.com/liderman/go-kiwitaxi-api
golang kiwitaxi kiwitaxi-api partner-api taxi taxi-data
Last synced: over 1 year ago
JSON representation
Partner api to order taxi service - kiwitaxi
- Host: GitHub
- URL: https://github.com/liderman/go-kiwitaxi-api
- Owner: liderman
- License: mit
- Created: 2016-11-06T13:04:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T15:59:08.000Z (about 9 years ago)
- Last Synced: 2025-01-23T01:08:40.378Z (over 1 year ago)
- Topics: golang, kiwitaxi, kiwitaxi-api, partner-api, taxi, taxi-data
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-kiwitaxi-api
Golang implementation KiwiTaxi API.
[](https://godoc.org/github.com/liderman/go-kiwitaxi-api)
This package implements the API partner for the service of the order of transfers across the world - [kiwitaxi](http://kiwitaxi.com).
Installation
-----------
go get github.com/liderman/go-kiwitaxi-api
Usage
-----------
Getting places:
```go
kiwitaxiApi := kiwitaxi.NewKiwitaxiApi("TOKEN")
places, err := kiwitaxiApi.Places()
```
Requirements
-----------
* Need at least `go1.5` or newer.
Documentation
-----------
You can read package documentation [here](http:godoc.org/github.com/liderman/go-kiwitaxi-api).