davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

Credentials for findItemsIneBayStoresRequest #271

Closed viandanteoscuro closed 4 years ago

viandanteoscuro commented 4 years ago

Hi to all! The api call findItemsIneBayStoresRequest has a parameter RequesterCredentials, in which i must pass the auth token. In the sdk i can't found this option, is it correct?

Thanks!

Beautiful work!

Regards

Massimo

michabbb commented 4 years ago

hi,

1) this project is dead 2) you should take a look to the examples mentioned in the README

viandanteoscuro commented 4 years ago

Hi,

Dead?? Why? Is there another project like this well mantained? Thanks...

michabbb commented 4 years ago

why? when do you see the last update? the last merge? the last comment from the owner? actually there is no really a need for a real sdk because with modern code generators you can generate all classes by yourself, I made a proof of concept and some basic tests, but it shows you, how easy it is:

https://github.com/michabbb/php-ebay-sdk