Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 723 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 723 Bytes

MaaS TSP (Transport Service Provider) API

This is the MaaS Transport service provider API repository, containing a test suite, reference implementation and specifications. Using these documents, a third party transport service provider can implement a MaaS compatible API.

Up-to-date documentation is published at API docs.

Building the documentation

Building the documentation:

npm run-script build  # builds the documentation
npm start	          # starts the development server

Updating the documentation (MaaS contributors) using git subtrees for gh-pages:

git subtree push --prefix docs origin gh-pages