Skip to content

Commit 0476b44

Browse files
authored
Merge pull request #37 from labd/bumpRetrieveApi
chore: bump retrieve API
2 parents 29b6a18 + 229fd80 commit 0476b44

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/ten-tables-clean.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-loqate": minor
3+
---
4+
5+
chore: move to loqate retrieve api v1.2

src/constants/loqate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const LOQATE_BASE_URL = 'https://api.addressy.com/Capture/Interactive';
2-
export const LOQATE_RETRIEVE_URL = 'Retrieve/v1/json3.ws';
2+
export const LOQATE_RETRIEVE_URL = 'Retrieve/v1.2/json3.ws';
33
export const LOQATE_FIND_URL = 'Find/v1.10/json3.ws';

0 commit comments

Comments
 (0)