Skip to content
Edwin van den Belt edited this page Dec 29, 2021 · 122 revisions

Introduction

Welcome to the TOMP-API WIKI pages. This page contains the information for implementing the TOMP-API. The Blueprint describes in free format the idea of how the TOMP API was set up.

The latest released version is Dragonfly - 1.2.2. The OpenApi (former: swagger) file can be found here.

General

Versions

Contribution / implementations

Workflow

The actual workflow of the TOMP-API is simple. The scenario for a planned trip: gather information about the known TOs, create best routes, propose them to the end user, book and go! Payment as dessert.

If the end user doesn't want to plan ("pick up and go"), the actual activity diagram stays the same, the only thing that changes is that the planning doesn't need to look for availability, but can directly request an asset with booking-intent, providing the asset it wants to use.

Operator information

Information about the operator. Where does it operate, what are its opening hours. Most of these endpoints contain static data, except for the available-assets. more...

Planning phase

The planning phase actually consists out of 1 endpoint but has 2 modes: one for the routing (returns options, without registering anything) and one for getting offers (creates offers that can be booked, with a generated id for the complete life cycle). Completely controlled by one query parameter: booking-intent. In version 1.3 this is split into the endpoints 'inquiry' and 'offer'. more...

Booking phase

The booking is a transactional process. One of the offers of the planning phase is booked (using the generated id). After all the TOs have responded positively to the bookings, each TO has to be confirmed by a commit. more...

Trip execution phase

Prepare

Before a leg can be started, access data can be needed. In this event, the MP requests access information or just informs the TO that the leg is going to start. This can also be used to open lockers. more...

Start

Starting a booked 'leg' is dependant on the type of transport ('modality'). A taxi company will send start information indirectly to the end user, while opening a bike will be initiated by the end-user. more...

En route

While using the asset, there are all kinds of events possible. E.g. the end-user can pause the asset. more...

End

The leg ends, the asset has to be returned, closed, etc. more...

Support

During the trip execution, incidents or accidents may happen. To handle this kind of situation, the support module is added. more...

Payment

To get an overview of the payments, this module offers an endpoint, but also to report the non-fare-based payments (like fines). more...

Points of attention

Per modality

  • Bike - a generic scenario description for (shared) bike operators
  • Taxi - a generic scenario description for taxi operators
  • Moped - a generic scenario description for (shared) micro-mobility operators
  • Train - a generic scenario description for PT operators
  • Metro - a generic scenario description for PT operators
  • Bus - a generic scenario description for PT operators
  • Parking facility - a generic scenario description for Parking facilities
  • Shared car - a generic scenario description for shared car operators

Other

Eco system relations

Clone this wiki locally