ebay-oauth-csharp-client
                                
                                
                                
                                    ebay-oauth-csharp-client copied to clipboard
                            
                            
                            
                        eBay OAuth C# Client Library
Response status code and error message when error getting token Was having a problem earlier where logs were just giving me "Error in fetching the tokken. Error:" and no error...
Hello, i can not install the package. The following error Code i got: Install-Package : Could not install package 'eBay.OAuth.Client 1.0.0'. You are trying to install this package into a...
I used the unit tests to verify that I had my eBay developer account set up correctly, and I found several issues with the unit tests. 1) For the GetAccessToken_EndToEnd_Production...
Good morning. I have been struggling with an issue for several weeks. I am going to preface this by saying, I am relatively new to .NET. I am trying to...
In addition to natively taking in and parsing a YAML file, with .NET Core promoting use of files such as `appsettings.json`, it would be incredibly useful for this library to...
 Selenium.Chrome.WebDriver is incompatible with the latest Chrome version which is 126.0, Due to driver and Chrome version incompatibility, the code cannot open a browser and throws an exception. IWebDriver...
The current release of `eBay.OAuth.Client` has a dependency on RestSharp >= 110.2.0. RestSharp versions < 112.0.0 have a vulnerability in them. See: https://github.com/advisories/GHSA-4rr6-2v9v-wcpc This results in a build time warning:...
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 110.2.0 to 112.0.0. Release notes Sourced from RestSharp's releases. 112.0.0 What's Changed Don't allow CRLF in headers by @alexeyzimarev in restsharp/RestSharp#2258 New Contributors @MrFrawsty made their first...
What about replacing the dependency to RestSharp with Microsoft HttpClient? Just to keep the library as lean as possible.
No longer introducing a _hard_ dependency on log4net. This will allow anyone consuming this the ebay oauth client to plug-in the logging framework of they might favour.