We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29b6a18 + 229fd80 commit 0476b44Copy full SHA for 0476b44
2 files changed
.changeset/ten-tables-clean.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-loqate": minor
3
4
+
5
+chore: move to loqate retrieve api v1.2
src/constants/loqate.ts
@@ -1,3 +1,3 @@
export const LOQATE_BASE_URL = 'https://api.addressy.com/Capture/Interactive';
-export const LOQATE_RETRIEVE_URL = 'Retrieve/v1/json3.ws';
+export const LOQATE_RETRIEVE_URL = 'Retrieve/v1.2/json3.ws';
export const LOQATE_FIND_URL = 'Find/v1.10/json3.ws';
0 commit comments