What is the best way to consume an external api's data?
Do I need to create a new web api project and set up routing?
In the past I use a web service data source and attached a repeater. This won't work because I have an API instead of a web service.
Thanks much.
Can you little bit elaborate what kind of service API you wanted to be consuming. Yes, you can try Web API as new project for providing access from there.
Please, sign in to be able to submit a new answer.