An open API service indexing awesome lists of open source software.

https://github.com/willowtreeapps/sweetgum

A simple REST client built in C# using Avalonia
https://github.com/willowtreeapps/sweetgum

Last synced: 12 months ago
JSON representation

A simple REST client built in C# using Avalonia

Awesome Lists containing this project

README

          

# Sweetgum

## Overview

Sweetgum is an open-source cross-platform REST client built in C# using Avalonia. It aims to be a lightweight alternative to popular clients such as Postman and Insomnia.

## Getting Started

To get started, install the latest version of the .NET SDK to your machine and clone this repository.

1. Download and install the latest version of the .NET SDK: https://dotnet.microsoft.com/download
2. Clone this repository:
```bash
git clone https://github.com/willowtreeapps/Sweetgum.git
```
3. Use the IDE of your choice (JetBrains Rider is my personal favorite) to build and run the application!