Problem/Motivation
The current 8.x-1.x version claims to be Drupal 10 compatible, but when looking into the details it is not. The reason is, that Drupal 10 ships with Guzzle 7, whereas the wodby/wodby-sdk-php library is based on Guzzle 6.
There is a issue over there, but from what it appears, because of multiple dependencies, we will not see a cross-compatibility with Guzzle 7 anytime soon.
Steps to reproduce
Proposed resolution
Because of the broken dependencies, I propose to replace the wodby-sdk-php, even though it is a nice helper, with direct Guzzle requests towards the Drupal API.
It will result in breaking changes on the WodbyClientServiceInterface and should therefore result in a 2.0.x branch.
Comments
Comment #2
szeidler commentedThere's a 2.0.x with those changes now.