Skip to content

Commit f53fe3d

Browse files
authored
PortifolioItem-PostmanClone
1 parent 75b9e93 commit f53fe3d

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# PostmanCloneApp
1+
# Postman Clone App
2+
3+
Postman Clone provides a user-friendly interface for making GET requests to APIs and viewing results in formatted JSON. Ideal for Developers and testers, this tool simplifies API interraction and debugging, helping you efficiently validate and trouble shpot your API calls
4+
5+
## Technologies Used
6+
7+
* C#
8+
* .NET 8
9+
* HttpClient
10+
* WinForms
11+
12+
## Using the App
13+
1. Download the executable file from the release section.
14+
2. When the App Launches, It should look like this:
15+
16+
![Postman Clone Ready to Run](Images/screenshot1.JPG "ready to run")
17+
18+
3. Fill in your API Url and press Call
19+
20+
![Postman Clone Run Results](Images/screenshot2.JPG "run results")
21+
22+
4. Hire Me!
23+
24+
## Upcoming Changes
25+
* Adding POST, PUT, PATCH, and DELETE functionality
26+
* Adding API Headers
27+
* Handling API Authorization
28+
* Adding Dependency Injection
29+
* Adding Logging
30+
* Create a web-based UI for the application

0 commit comments

Comments
 (0)