Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search v2 #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

paulusdeboer
Copy link

KvK search api v1 will end from 29th of July, so not available for use anymore. Only v2 will be its replacement. I adjusted the code to adopt the v2 search api. The main thing is the change in the address in the response. Address is from now on an object in the response, either of type BinnenlandAdres or Buitenlandadres. I adjusted the SearchMapper to return either a BinnenlandAdres or BuitenlandAdres object.

@@ -27,7 +27,7 @@
],
"require": {
"ext-json": "*",
"php": "^7.3|^8.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the requirement for PHP 8 in this update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants