UNPKG

ev-recharge-sdk

Version:

This API Product provides the option to manage charging at all public Shell Recharge locations. The end points provides control to start, stop and get status of the charging session.

17 lines 499 B
"use strict"; /** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.BaseController = void 0; /** Base class for all controllers */ var BaseController = /** @class */ (function () { function BaseController(client) { this.createRequest = client.getRequestBuilderFactory(); } return BaseController; }()); exports.BaseController = BaseController; //# sourceMappingURL=baseController.js.map