https://github.com/bilal-bhatti/curly
simple file based wrapper for httpie
https://github.com/bilal-bhatti/curly
curl go golang rest-api
Last synced: 2 months ago
JSON representation
simple file based wrapper for httpie
- Host: GitHub
- URL: https://github.com/bilal-bhatti/curly
- Owner: bilal-bhatti
- License: mit
- Created: 2021-03-03T20:09:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T02:12:33.000Z (over 2 years ago)
- Last Synced: 2024-06-20T13:41:20.632Z (about 2 years ago)
- Topics: curl, go, golang, rest-api
- Language: Go
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curly
[](https://goreportcard.com/report/github.com/bilal-bhatti/curly)
JSON API request collections.
## install
``` sh
brew tap bilal-bhatti/homebrew-taps
brew install curly
```
or
``` sh
go install github.com/bilal-bhatti/curly/cmd/curly@latest
```
## commands
get started
``` sh
curly --help
```
### run
make an api call
``` sh
curly --verbose httpbin/get.status.yml
curly httpbin/post.something.yml
eval "$(curly -c httpbin/post.something.yml)"
```