Outdated doc ?
xxorax opened this issue · 2 comments
xxorax commented
Most of the classes in the README does not exists :
- NostoSignupInterface
- NostoProductInterface
- methods like UpsertProduct::create(), UpsertProduct::update()...
- a lot more.
supercid commented
Hi @xxorax
They do exist, you can find them at
https://github.com/Nosto/nosto-php-sdk/blob/develop/src/Types/Signup/SignupInterface.php
https://github.com/Nosto/nosto-php-sdk/blob/develop/src/Types/Product/ProductInterface.php
https://github.com/Nosto/nosto-php-sdk/blob/develop/src/Operation/UpsertProduct.php#L100
xxorax commented
It's not the same classnames, as well as the methods.
Even no doc would be better than wrong doc 🙂