We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The trailing slash is messing up the query in tag 2.0.1
Tag 2.0.1
$builder->addPlugin(new PathPrepend(sprintf('/api/%s/', $this->getApiVersion())));
Master works
$builder->addPlugin(new PathPrepend(sprintf('/api/%s', $this->getApiVersion())));