Skip to content

airtechzone/ndc-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GraphQL NDC API

This repository provides the information to access and use a prototype GraphQL NDC API, based on the IATA Kronos NDC API. The aim is to demonstrate what an NDC API can look like based on GraphQL.

Functionalities are limited compared to Kronos.

This is an alpha: changes are to be expected, as well as bugs.

This API is available (without any API key for now) here (with a GUI): http://gql.airtech.zone:8000.

Thanks to GraphQL possibilities, the documentation is built-in.


Below are examples of the available functionalities.

Shopping

Shopping for flights based on origin, destination, date and passengers (adult/child). Only simple offers are returned (no à-la-carte). Example

Booking

Booking a flight based on the offers from the shopping step. Example

Retrieving an order

Retrieving some of the details of an order (created at the booking step) based on its OrderID. Example

Cancelling an order

Cancelling an existing order (created at the booking step) based on its OrderID. Example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published