Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-17 22:20:21 +00:00
parent ce58fd0fbe
commit ef70da5380
145 changed files with 145 additions and 145 deletions

View File

@@ -1,4 +1,4 @@
const { EvchargersService } = require("m3o/evchargers");
const { EvchargersService } = require("micro-js-client/evchargers");
// Search by giving a coordinate and a max distance, or bounding box and optional filters
async function searchByBoundingBox() {

View File

@@ -1,4 +1,4 @@
const { EvchargersService } = require("m3o/evchargers");
const { EvchargersService } = require("micro-js-client/evchargers");
// Search by giving a coordinate and a max distance, or bounding box and optional filters
async function searchByLocation() {

View File

@@ -1,4 +1,4 @@
const { EvchargersService } = require("m3o/evchargers");
const { EvchargersService } = require("micro-js-client/evchargers");
// Search by giving a coordinate and a max distance, or bounding box and optional filters
async function searchWithFiltersFastChargersOnly() {