Closed pbzyy closed 3 years ago
Sorry I haven't been able to document the project yet due to time limitation. But I will provide some code sample with more details as soon as I get time.
I'm looking forward to your demo. While you some time, then you update,thanks
I have a suggestion that you can add Polly, Because resharp request may be a excetion.
Hi @pbzyy I haven't been able to get back to it sorry. I will write the document tonight. Maybe after that you can add Polly to it and create a pull request. I will review and if it makes sense to me I will accept the PR. Thanks
I also ask for a sample.
@pbzyy @siasty I have added very basic guide for this library will complete it soon. If you guys have any questions let me know. Thanks
Hi, do you have any way to download Authorization code grant from httpclient ? at the moment i am using gui and logging in via chromedriver but i would prefer to get by httpclient , the target server will not have a desktop do you have any solution ?
@siasty yes you need to register as dev on Ebay developer portal, generate redirect url, redirect user to that url for consent, create an API end point that will receive the return call, grab the code from request data and pass it to library function for getting access codes. Follow following section https://github.com/bilalyasin1616/ebaysharp#getting-access-tokens
Can you provide a demo?
Thanks.