Anypointâ„¢ Connector for Google QPX allows to interact with Google QPX Express API and provides the ability to search for flights and use this data into your Mule apps.

The Google QPX Express API allows developers to access information on global airline pricing and availability. By integrating the API into their applications, developers can provide their customers with airfare pricing and shopping services. With one query, QPX Express searches airline schedules, fares, tax rules, and seat availability in order to return fully-priced, availability-checked flight options and booking information.

Additional Info

Requires Mule Enterprise License

No  

Requires Entitlement

No  

Mule Version

3.8.0 or higher

Configs


Configuration

<google-qpx:config>

Connection Management

This class handles the API connection as well the reconnections.

Attributes

Name Java Type Description Default Value Required

name

String

The name of this configuration. With this name can be later referenced.

x 

apiKey

String

A valid Google QPX API key. How to generate API key.

x 

applicationName

String

The application name to be used in each request

Mule-GoogleQPXConnector/1.0

 

Processors


Trips

<google-qpx:trips>

Returns a list of flights including the flight details and price

Attributes

Name Java Type Description Default Value Required

config-ref

String

Specify which config to use

x 

tripsSearchRequest

TripsSearchRequest

Required values are at least one adult or senior passenger, an origin, a destination, and a date.

#[payload]

 

Returns

Return Java Type Description

TripsSearchResponse

A search response with flights and prices.

APIDoc Reference