Skip to content

Commit

Permalink
address function NL v6 improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
schldwcht committed Mar 13, 2024
1 parent d033065 commit 5504de1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ For example older Netherlands V5 call with houseno parameter (deprecated, but st
Version 5 and below:

```text
https://api.postcodeservice.com/nl/v5/address-validation?zipcode=1014BA&houseno=21
https://api.postcodeservice.com/nl/v5/find?zipcode=1014BA&houseno=21
```

New V6:
Expand Down Expand Up @@ -1000,8 +1000,7 @@ https://api.postcodeservice.com/nl/v6/address-validation?zipcode=1014BA&house_nu
## 🐞 Fixed bugs

- Fixed HTTP code 500 server response when users added certain Unicode characters (tropical fish,
etc.) to the parameters
of the endpoints.
etc.) to the parameters of the endpoints.
- Fixed an HTTP code 500 server response for the Belgium houseno-match endpoint when supplying
incorrect parameters.
- Fixes in German data for villages that are on the border where some street names were also
Expand Down

0 comments on commit 5504de1

Please sign in to comment.