We have already deployed api.Now i want to retrieve data from that api. My api resturns data me in json fornat. Now i want do consume that api in my web application. I want to do this using c#, MVC .
Please help me regarding this.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ketan MokariyaPosted Mar 29, 2018, 12:44 AM
You might be doing some wrong deserialization. Because deserializer is not able to convert your json response to appropriate type. Please post the sample json data and type into which you are deserializing
Abhijeet PanpatilPosted Mar 28, 2018, 10:16 PM
Ketan MokariyaPosted Mar 28, 2018, 6:11 AM