You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gaurangsinha edited this page Dec 19, 2011
·
1 revision
After working on a few ASP.NET MVC projects one of my main issues was testing our REST API manually, especially the POST methods. There are a few browser extensions like Poster for Firefox that help you do this, but it was still a tedious process.
API Browser was created as a tool that could be dropped into any project. It creates a page where the developer could test out his APIs without having to bother about spelling mistakes, forgetting parameters, etc etc.