An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# restgo

Easy to use golang http client.

[![Go Reference](https://pkg.go.dev/badge/github.com/pinealctx/restgo.svg)](https://pkg.go.dev/github.com/pinealctx/restgo)
[![golangci-lint](https://github.com/pinealctx/restgo/actions/workflows/golangci-lint.yml/badge.svg?branch=main)](https://github.com/pinealctx/restgo/actions/workflows/golangci-lint.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/pinealctx/restgo)](https://goreportcard.com/report/github.com/pinealctx/restgo)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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)