Skip to content
This repository was archived by the owner on Oct 23, 2019. It is now read-only.

esenac/goqpx

Repository files navigation

goqpx

Build Status

Google QPX Express API client written in Go.

Note

The QPX Express API service will end on April 10, 2018.

Usage example

...
params := make(goqpx.RequestParams)
params[goqpx.Origin] = "JFK"
params[goqpx.Destination] = "ORD"
params[goqpx.AdultPassengers] = "1"
params[goqpx.DepartureDate] = "2016-08-01"
params[goqpx.SolutionsNumber] = "10"

response, err := goqpx.PerformRequest(params, _yourGoogleAPIKey_)
...

About

Google QPX Express API client written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages