https://github.com/notryanb/zzz
A gui api explorer written in Rust.
https://github.com/notryanb/zzz
Last synced: about 1 year ago
JSON representation
A gui api explorer written in Rust.
- Host: GitHub
- URL: https://github.com/notryanb/zzz
- Owner: notryanb
- Created: 2021-11-08T01:46:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T01:00:01.000Z (over 4 years ago)
- Last Synced: 2025-02-15T14:17:19.022Z (over 1 year ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zzz - GUI Api platform
Pronounced "Zees"; as in "catching some Z's". A pun on RESTful APIs.
example URL: https://jsonplaceholder.typicode.com/todos/
## TODO
- Sketch out UI
- Deal with request failures
- Offload api request to non-main thread and send result back via channel.
- Customize headers
- Customize query params
- Support all HTTP verbs
- Support request bodies (code editor-like experience)
- Save queries to file.
- Pretty output (colorized by MIME type)
- Raw output
- Show images
- Time queries
- Display request headers
- Display response headers
- Display cookie info
- Keep history of all requests
- Url parsing
- Url building