https://github.com/vardanabhanot/myapi
A Simple API Testing App in Fyne
https://github.com/vardanabhanot/myapi
api fyne testing windows
Last synced: 4 months ago
JSON representation
A Simple API Testing App in Fyne
- Host: GitHub
- URL: https://github.com/vardanabhanot/myapi
- Owner: vardanabhanot
- License: mit
- Created: 2024-12-15T17:18:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-21T19:33:25.000Z (8 months ago)
- Last Synced: 2025-10-21T21:25:22.106Z (8 months ago)
- Topics: api, fyne, testing, windows
- Language: Go
- Homepage: https://themyapi.com
- Size: 64.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myAPI
myAPI is a simple API testing tool, made in Go using Fyne Toolkit
> [!NOTE]
> This project is in its early stages, but you're welcome to give it a try!
>
## Screenshots


## TODO
- [ ] Comment the code well.
- [ ] Syntax highlighting of Response.
- [ ] Shortcut to hide the response container.
- [X] Code generator(Base structure done and basic support for cURL and PHP added)
- [ ] Workspace
- [ ] Variables(Environment variables and more)
- [ ] Collections, so that similar API endpoints could be grouped.
- [ ] Option to be able to document endpoints.
- [ ] Support for multipart forms.
- [ ] Adding a Spinner, Fyne has Activity widget, but want to add a Spinner when the request is happening.
- [X] Option to cancel the request.
- [ ] Fix the memory issue that occurs when a lot of tabs with content exceding 200 characters are used, as memory usage increases exponentially.