Bro, I was heading off to bed and just discovered this channel. I’ve watched like 4 videos, they’re so straightforward and make me understand everything.
@pianpiano79316 ай бұрын
If I created my own RestApi, how can I link them together with this code? Do I replace the url with the url of my api and name the methods like my api class?
@net-programmer6 ай бұрын
Yes, you need to change the URL to point to the endpoint that you want to call. In ASP.NET Core Web API it would be {domainName}/{controllerName}/{actionName}