-
Notifications
You must be signed in to change notification settings - Fork 47
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
Use the accept language parameter #48
Conversation
Please let me know if there is anything that i'm missing! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 👍
I cannot find in the documentation why this is needed and how it works. Can you show me what this is for? |
In this endpoint for example: https://api.bol.com/retailer/public/redoc/v10/retailer.html#tag/Product-Content/operation/get-catalog-product. It expects the language as an header. And it was possible in this package to pass the language as an parameter, but this parameter is never used now. |
Gotcha, thanks. Seems like it was only half-supported before. |
Included in this release: https://github.com/picqer/bol-retailer-php-client/releases/tag/v10.2.2 |
The $AcceptLanguage parameter didn't get used. So I updated the generator and the baseClient to use the parameter.