Recently I was working on designing and implementing a large scale RESTful API using ASP.NET Web API, this RESTful API contains large number of endpoints with different data models used in the request/response payloads. Proper documentation and having a solid API explorer (Playground) is a crucial thing for your API success and likability by developers. There is […]