-
Notifications
You must be signed in to change notification settings - Fork 42
Home
This WIKI contains the lastest version of the TOMP-API. To facilitate the implementation of the API, we've made some supportive documentation with some examples/explanations. Not all scenario's are reflected in them, but they'll probably will be of value.
- Planning phase
- Booking phase
- Trip execution phase - start
- Trip execution phase - on route
- Trip execution phase - end
- Operator information
- Payment
- [Support]
- [General]
- How do I start - TO?
- Semantic versioning in the TOMP API
- Simple Operator information
- Planning phase - multiple assets with one booking
- Display all assets on a map and book one of them
- Scan for bluetooth devices nearby and book one of them
- Specify pick up or drop off locations
Implementing operators
- How do I implement a taxi operator
- How do I implement a bike operator
- How do I implement a train operator
- How do I implement a bus operator
- How do I implement a micromobility operator
- How do I implement a plane operator
TOMP-API is licensed under the Apache License 2.0, an open source license. Contributions are very welcome! Ways to contribute include:
- Posting issues with suggestions for new features, bug reports or other changes you'd like to see
- Contributing code, see How to contribute code
- illustrative document
- https://app.swaggerhub.com/apis/TOMP-API-WG/transport-operator_maas_provider_api/1.2
1.2: confirmed 1.1.2. No real changes, except for removing server, contact etc.
1.1.2: more payment phase, but also include the first implementation impacts
Includes:
- Operator information:
- missing available assets in operator information (#83, #96)
- Planning options:
- overlays can now be handled in a composit-leg (#59)
- fare scales (#89)
- amount of available assets added (in case of type-of-asset results) (#91)
- Payment:
- extra condititions for payment (upfront-payment and pay-when-finished) and optional bank account (#85)
- distance or time based scales (#87)
- in journal entries time and distance are reported (#87)
- composit leg is supported (88)
- some small adjustments:
- missing MP/TO id (#86)
- geojson to communicate the leg (reducing the message length) (#63)
- when booking some extra information could be required (physical pick-up/drop-off addresses, e-mail addresses, date of birth). (#94, #97)
- extra modalities (moped, step)
1.1.1: goal: first set up for the payment phase (batch payment). Includes:
- payment phase
- 'Postponed commit' scenario
- Transport types clarified
- More precise description of travellers for more accurate planning
- return conditions
- some smaller issues:
- corrected example values
- merge 'mode' and 'type-of-asset'
1.1.0: major changes, not compatible with 1.0.0.
Includes now:
- planning phase
- booking phase
- trip execution phase
- REST implementation
- first setup webhooks
- first setup authentication
- one swaggerfile to maintain
- first setup TOMP API for dummies (WIKI)
- all kinds of smaller issues:
- adjustments on the availability check (timestamp, number of passangers, request of ID's, 'woordenboek reizigers'
- longitude/latitude is now everywhere in an object instead of array
- generic message header
- uniformity
Introduction
- Roadmap
- Semantic versioning
- Use cases
- Changes per version
- Contribution
- Participants
Workflow
- Operator information
- Planning phase
- Booking phase
- Trip execution phase - start
- Trip execution phase - on route
- Trip execution phase - end
- Support
- Payment
Points of attention
- Modalities
- Specifying locations
- GDPR
Eco system
- Relations
Introduction
Scope of the TOMP-API
Versioning and releases
Process Flows
- Authentication
- Operator Information
- Privacy and Registration
- Planning Module
- Booking Module
- Trip Execution Module
- Payment Module
- Support Module
Meta-Information
Reference implementations
To-dos and risks
Technical Specifications
A1 List of terms and definitions
A2 Passenger characteristics dictionary
A3 APIs available on the transportation ecosystem
A4 Overview of the User stories
A5 Authors, Architects, collaborators and stakeholders involved
A6 Adoption and Implementation of the TOMP-API