UNPKG

node-vw-carnet

Version:

Connects to the VW Car-Net via the we-connect portal.

8 lines (7 loc) 313 B
export const CarnetLoginHandler: typeof LoginHandler; export const CarnetAPIClient: typeof APIClient; export const Utils: typeof utils; export default CarnetLoginHandler; import LoginHandler from "./src/carnet-login-handler"; import APIClient from "./src/carnet-api-client"; import * as utils from "./src/utils";