Display a Component on a page , that display some ...
# help-with-umbraco
o
hello Umbraco family , I am beginner in using Umbraco , and trying to display data that coming from an external API, in part of the home page , i need step by step what should i do. Attached services that call the external api . https://cdn.discordapp.com/attachments/1288482427156561921/1288482427399962706/image.png?ex=66f55845&is=66f406c5&hm=dd38346a9a8669dfb5b399cf56a508e0c400a9b7c9214a780ff5c112d50cfe66&
b
You would add RenderController from Umbraco, fetch that API in that method, extend model of your Home to include responses from your API and call .cshtml to render data.
5 Views