Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nursyah21/apitest
simple shell script to test api
https://github.com/nursyah21/apitest
Last synced: about 21 hours ago
JSON representation
simple shell script to test api
- Host: GitHub
- URL: https://github.com/nursyah21/apitest
- Owner: nursyah21
- Created: 2023-08-20T22:26:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T23:17:08.000Z (over 1 year ago)
- Last Synced: 2023-08-20T23:45:04.537Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apitest
simple shell script to test api![screenshot](assets/v2.png)
## why apitest?
1. test api without leaving your ide
2. easy customize just edit file apitest.sh
3. lightweight## dependecies
- bash https://git-scm.com/downloads
- curl https://curl.se/download.html## getting started
1. download fie https://github.com/nursyah21/apitest/blob/main/apitest.sh
3. edit apitest.sh
- change urlBase
- change api
- change total_api3. run command
```sh
bash apitest.sh
```