Tuesday, December 4, 2018

Debugging an external API

I have an issue with a JSON response from an API that is external to my WebApp. I know the problem is with Serialization inside the API wrapper of the API project. However I'm unsure of how to go about testing this locally. The API is a class library so I've pulled the project down and then add that existing code to my project but it breaks all over the place. Is this the easiest route to take to solve my issue? Does anyone know of a good video or tutorial that will help me solve this? It's a Web Forms project and the API is in Entity Framework 2.0

Debugging an external API Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team