2.0.0 • Published 6 months ago

@motis-project/motis-client v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

motis-client

Pre-generated JS client for (MOTIS)https://github.com/motis-project/motis based on the (OpenAPI definition)https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/motis-project/motis/refs/heads/master/openapi.yaml#tag/routing/operation/plan.

For example:

const response = await stoptimes({
    throwOnError: true,
    baseUrl: 'https://api.transitous.org',
    userAgent: 'my-user-agent',
    query: {
        stopId: 'de-DELFI_de:06412:7010:1:3', 
        n: 10,
        radius: 500
    },
});
console.log(response);
2.0.0

6 months ago