2
Answers

Consuming api calls in .net MVC for UI

I am new to .NET and recently i have created a API for user login with POST /authenticate method with params as email and password. Now i want to create an MVC applications (UI) using mentioned API call. Can't figure out how to do it. Need help

Answers (2)