Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 312 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 312 Bytes

Go Kiwi

Summary

Unofficial Kiwi Go client (wrapper).

Installation

go get github.com/greengeko/kiwi-go

Documentation

Get flights

k := kiwi.New()
params := kiwi.Parameters{
	Partner: "",
	FlyFrom: "BCN",
	To: "MAD",
}
resp, err := k.GetFlights(&params)