mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 19:45:26 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const { PostcodeService } = require("m3o/postcode");
|
||||
const { PostcodeService } = require("micro-js-client/postcode");
|
||||
|
||||
// Validate a postcode.
|
||||
async function returnArandomPostcodeAndItsInformation() {
|
||||
|
||||
Reference in New Issue
Block a user