Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhinavgunwant/dakia

Tui Utility to test REST APIs
https://github.com/abhinavgunwant/dakia

rest-api rust testing testing-tool

Last synced: 8 days ago
JSON representation

Tui Utility to test REST APIs

Awesome Lists containing this project

README

        

# dakia

Tui REST API testing utility.

**Note:** Work in progress, keep checking this repo for the very first release!

![Screenshot](https://i.imgur.com/zTYc8NS.png "Screenshot")

## Build and Run
This project is not in a state to be released with binaries. Till then please
clone the source and build/run on your local using these commands:

### Run
```bash
cargo run
```
### Build
```bash
cargo build
```
or, for an optimized build:
```bash
cargo build --release
```