I have not done this before, so need some leads. I have a ASP.NET MVC4 (beta) project – Mobile project – setup. And I am given a set of REST APIs to consume. How would I do this? The APIs return data in JSON format. Do you have any examples, best practices…?
Share
You could use the
$.ajaxmethod to send an AJAX request to the Web Api controller on the server: