bilalyasin1616 / ebaysharp

EbaySharp is a .NET library that helps developers easily manage their commerce account through Ebay API
10 stars 4 forks source link

Can you provide a demo? #1

Closed pbzyy closed 3 years ago

pbzyy commented 3 years ago

Can you provide a demo?

Thanks.

bilalyasin1616 commented 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.

pbzyy commented 3 years ago

I'm looking forward to your demo. While you some time, then you update,thanks

pbzyy commented 3 years ago

I have a suggestion that you can add Polly, Because resharp request may be a excetion.

pbzyy commented 3 years ago

image image

bilalyasin1616 commented 3 years ago

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

siasty commented 3 years ago

I also ask for a sample.

bilalyasin1616 commented 3 years ago

@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

siasty commented 3 years ago

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 obraz but i would prefer to get by httpclient , the target server will not have a desktop do you have any solution ?

bilalyasin1616 commented 3 years ago

@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