A C# client for testing Restful APIs
This solution includes 3 projects:
- RestClient -- A WPF based application for testing Restful APIs.
- RestConsoleClient -- A console version application for testing Restful APIs.
- RestUtil -- Utility of the RestClient, core code to send request to server and get response.
TODO for next submittion
- Make the GUI action async