traccar-api
Version:
traccar-api-client
31 lines (29 loc) • 1.29 kB
text/typescript
/* tslint:disable */
/* eslint-disable */
/**
* Traccar
* Traccar GPS tracking server API documentation. To use the API you need to have a server instance. For testing purposes you can use one of free [demo servers](https://www.traccar.org/demo-server/). For production use you can install your own server or get a [subscription service](https://www.traccar.org/product/tracking-server/).
*
* OpenAPI spec version: 4.11
* Contact: support@traccar.org
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/export * from './apis/attributes-api';
export * from './apis/calendars-api';
export * from './apis/commands-api';
export * from './apis/devices-api';
export * from './apis/drivers-api';
export * from './apis/events-api';
export * from './apis/geofences-api';
export * from './apis/groups-api';
export * from './apis/maintenance-api';
export * from './apis/notifications-api';
export * from './apis/permissions-api';
export * from './apis/positions-api';
export * from './apis/reports-api';
export * from './apis/server-api';
export * from './apis/session-api';
export * from './apis/statistics-api';
export * from './apis/users-api';