https://github.com/pinealctx/restgo
Restful http client pkg in Go.
https://github.com/pinealctx/restgo
Last synced: 5 months ago
JSON representation
Restful http client pkg in Go.
- Host: GitHub
- URL: https://github.com/pinealctx/restgo
- Owner: pinealctx
- License: other
- Created: 2021-12-13T03:18:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-05T05:46:19.000Z (6 months ago)
- Last Synced: 2025-12-08T13:09:31.361Z (6 months ago)
- Language: Go
- Size: 153 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# restgo
Easy to use golang http client.
[](https://pkg.go.dev/github.com/pinealctx/restgo)
[](https://github.com/pinealctx/restgo/actions/workflows/golangci-lint.yml)
[](https://goreportcard.com/report/github.com/pinealctx/restgo)
[](https://opensource.org/licenses/Apache-2.0)
## Get Started
#### Get it
```shell
go get -u github.com/pinealctx/restgo
```
#### Examples
- [Golang's library for OpenSea APIs](https://github.com/pinealctx/opensea-go)