https://github.com/pierrekieffer/http-tanker
Create, manage and execute http requests from the terminal
https://github.com/pierrekieffer/http-tanker
api-client cli http-client http-requests terminal-based testing-tools
Last synced: 4 months ago
JSON representation
Create, manage and execute http requests from the terminal
- Host: GitHub
- URL: https://github.com/pierrekieffer/http-tanker
- Owner: PierreKieffer
- License: bsd-2-clause
- Created: 2022-01-18T07:41:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T07:48:25.000Z (about 3 years ago)
- Last Synced: 2024-06-19T01:55:52.366Z (8 months ago)
- Topics: api-client, cli, http-client, http-requests, terminal-based, testing-tools
- Language: Go
- Homepage:
- Size: 41.9 MB
- Stars: 73
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ _ _ _
| |_| |_| |_ _ __ ___| |_ __ _ _ _ | |_____ _ _
| ' \ _| _| '_ \___| _/ _` | ' \| / / -_) '_|
|_||_\__|\__| .__/ \__\__,_|_||_|_\_\___|_|
|_|
```Terminal application used for API testing.
Easily create, manage and execute http requests from the terminal.
---
http-tanker embeds an API client to explore, test and debugs your APIs.
Through http-tanker you can easily create, manage and execute http requests from the terminal.
http-tanker is like a tiny Postman that lives in your terminal (Obviously, with far fewer features).
## Install
**Note**: Prebuilt binaries for 64-bit operating systems, doesn't require Go.
### 64-bit
#### Linux
```bash
curl -sSL https://raw.githubusercontent.com/PierreKieffer/http-tanker/master/install/install_tanker64_linux.sh | bash
```
#### Mac OS
```bash
curl -sSL https://raw.githubusercontent.com/PierreKieffer/http-tanker/master/install/install_tanker64_osx.sh | bash
```## Run
```bash
tanker
```## Built With
- [AlecAivazis/survey](https://github.com/AlecAivazis/survey)
## License
BSD 2-Clause License