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 { PostcodeService } = require("m3o/postcode");
const { PostcodeService } = require("micro-js-client/postcode");
// Lookup a postcode to retrieve the related region, county, etc
async function lookupPostcode() {

View File

@@ -1,4 +1,4 @@
const { PostcodeService } = require("m3o/postcode");
const { PostcodeService } = require("micro-js-client/postcode");
// Return a random postcode and its related info
async function returnArandomPostcodeAndItsInformation() {

View File

@@ -1,4 +1,4 @@
const { PostcodeService } = require("m3o/postcode");
const { PostcodeService } = require("micro-js-client/postcode");
// Validate a postcode.
async function returnArandomPostcodeAndItsInformation() {