Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhinavgunwant/dakia
- Owner: abhinavgunwant
- License: mit
- Created: 2023-04-18T23:46:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-20T18:34:52.000Z (12 months ago)
- Last Synced: 2024-08-01T13:38:04.876Z (3 months ago)
- Topics: rest-api, rust, testing, testing-tool
- Language: Rust
- Homepage:
- Size: 104 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```