I've been working with the documentation provided for the eBay API's. I've managed to get OAuth2 working, and can get a response back with the ID's that I've generated for my application. My problem is that I'm missing the connective bit that helps me figure out how to make the REST API call to eBay from my C# application. There's loads of documentation, but a severe lack of examples. I even tried following the video that shows a coder grabbing a Json contract, implementing it through Swagger, then importing those items into a Java client. It doesn't work so well in C#. There's either a lot of steps done beforehand for the video, or it just works differently between Java and C#. Could be. Hard to say. Regardless, I'm looking for a hand up, not a hand out. If I can get one call figured out from end to end, then I should be able to get any others I need figured out.
Help?
Brian Williams