Skip to content

Commit 3d47675

Browse files
example - append getDetails example
1 parent 898a9aa commit 3d47675

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

example/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ any supported method, for example:
1818
`example/index.php?p=dutchAddressByPostcode/2012es/31`
1919

2020
### Show autocomplete results for a German lookup
21-
`example/index.php?p=internationalAutocomplete/deu/strasse/CLIENT_SESSION_FROM_COOKIE`
21+
`example/index.php?p=internationalAutocomplete/deu/strass`
22+
23+
### Show details for a German autocomplete lookup
24+
`example/index.php?p=internationalGetDetails/deu6SVBbpsiLAfbIGnJSvrXjowbUfFAEQxTRQHTsHM9gj76DzsZ6P3BBv8bOknW7MXrI8OJuDanqDp7iy8WwE7woYhDTqHIpSilNHbOTx00CL8QmigIZ1yxr9PNVyRIL9cPQPhwfDpYYo0NgSeI9E`
2225

2326
Please only use this proxy as an example for your own implementation.
2427
What you should add:

example/autocomplete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<style>
55
input[type=text]{
6-
width: 500px;
6+
width: 500px;
77
}
88
</style>
99
<link rel="stylesheet" href="https://api.postcode.nl/static/3.2.16.0/css/autocomplete-address.css">

0 commit comments

Comments
 (0)