Skip to content

Releases: ahmed-abdelrazek/SuperPostDroidPunk

beta 3

16 May 07:38
217e173
Compare
Choose a tag to compare

Use .net 7
Update All Nugets

Beta2

05 May 00:10
Compare
Choose a tag to compare

Tweaks and Fixes for Requests with body
Tweaks and Fixes for the Test MVC Project
Add StatusCode next to the URL
Add Todo Controller to the API in the Test MVC Project

Beta 1

03 Apr 15:21
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release

Send basic Json based http requests [GET, POST, PUT, DELETE, PATCH] with Basic/Bearer Authorization.

Sent requests and their responses are saved in a history list which you can control

To build the app on your platform just download the .net core 3.1 from Microsoft site here https://dotnet.microsoft.com/download/dotnet-core

Download/Clone the project open its path in your terminal and execute
dotnet restore
dotnet run