July 2021
Intermediate to advanced
416 pages
11h 53m
English
The OpenAPI specification in this appendix reflects the OpenAPI specification we received from FlyTomorrow. This OpenAPI specification guides the refactor and rewrite of the Flying Dutchman Airlines service throughout the book.
OpenAPI FlyTomorrow.com
openapi: 3.0.1
info:
title: FlyTomorrow required endpoints
description: This OpenAPI file specifies the required endpoints as per the contract
between FlyTomorrow.com and Flying Dutchman Airlines
version: 1.0.0
servers:
- url: https://zork.flyingdutchmanairlines.com/v1
tags:
- name: flight
description: Access to available flights
- name: booking
description: Request bookings for available flights
paths:
/flight:
get:
tags:
- flight
summary: Get all available ...Read now
Unlock full access