Skip to content

Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahmed-abdelrazek ahmed-abdelrazek released this 03 Apr 15:21
· 46 commits to master since this 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