-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Tim Cope edited this page May 16, 2014
·
21 revisions
- Download, Install, and Uninstall
- Requesting a GET using the Request Builder
- Importing an Assembly and Populating a Request Body Template
The RESTful application aides in testing an APIs and their assemblies from the client-side.
- Make simple or complex calls
- Attach a file to a Http Request's Content
- Import an assembly and cast the Request Body (field in application) as the selected type for JSON or XML encoding.
- WPF XAML C#
- .Net 4.5 System.Reflection and System.Net.Http namespaces.
![]()


