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

https://github.com/postfinance/httpclient

Generates a HTTP client from a service definition (interface). The created client is ready to use in production with many configuration options and sensible defaults.
https://github.com/postfinance/httpclient

golang

Last synced: 7 months ago
JSON representation

Generates a HTTP client from a service definition (interface). The created client is ready to use in production with many configuration options and sensible defaults.

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/postfinance/httpclient)](https://goreportcard.com/report/github.com/postfinance/httpclient)
[![GoDoc](https://godoc.org/github.com/postfinance/httpclient?status.svg)](https://godoc.org/github.com/postfinance/httpclient)
[![Build Status](https://github.com/postfinance/httpclient/workflows/build/badge.svg)](https://github.com/postfinance/httpclient/actions)
[![Coverage Status](https://coveralls.io/repos/github/postfinance/httpclient/badge.svg?branch=master)](https://coveralls.io/github/postfinance/httpclient?branch=master)

# httpclient

Generates a HTTP client from a service definition (interface). The created client is ready to use in production with many configuration options and sensible defaults.

## Requirements

Go 1.7

## Installation

# go get -u github.com/postfinance/httpclient/cmd/httpclient-gen-go

## Usage
See [example](example/)