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

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.

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