Problem : Given an app that needs to exchange info such as ConsumerKey/ConsumerSecret for oAuth from – server running “WebApi” […]

Problem : Are these 3 routes the same? Which one is normally preferred? [Route(“/todo/{id}”, “DELETE”)] [Route(“/todo/delete”,”POST”)] [Route(“/todo/delete/{id}”,”GET”)] public class DeleteTodo […]

Problem : I am looking at the new api that came out 2 weeks ago. It seems like ReqDTO : […]