gogol-qpxexpress-0.0.1: Google QPX Express SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.QPXExpress.Trips.Search

Contents

Description

Returns a list of flights.

See: QPX Express API Reference for qpxExpress.trips.search.

Synopsis

REST Resource

type TripsSearchResource = "qpxExpress" :> ("v1" :> ("trips" :> ("search" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` TripsSearchRequest :> Post `[JSON]` TripsSearchResponse))))) Source

A resource alias for qpxExpress.trips.search method which the TripsSearch request conforms to.

Creating a Request

tripsSearch Source

Creates a value of TripsSearch with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

tsPayload :: Lens' TripsSearch TripsSearchRequest Source

Multipart request metadata.