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
- Host: GitHub
- URL: https://github.com/willowtreeapps/sweetgum
- Owner: willowtreeapps
- License: mit
- Created: 2021-07-02T15:45:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T18:56:25.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T08:50:54.659Z (about 1 year ago)
- Language: C#
- Size: 482 KB
- Stars: 7
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!