Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeiss/carry

A Go HTTP client library featuring HMAC authentication
https://github.com/zeiss/carry

Last synced: 4 days ago
JSON representation

A Go HTTP client library featuring HMAC authentication

Awesome Lists containing this project

README

        

# 🗃️ Carry

[![Test & Lint](https://github.com/zeiss/carry/actions/workflows/main.yml/badge.svg)](https://github.com/zeiss/carry/actions/workflows/main.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/zeiss/carry.svg)](https://pkg.go.dev/github.com/zeiss/carry)
[![Go Report Card](https://goreportcard.com/badge/github.com/zeiss/carry)](https://goreportcard.com/report/github.com/zeiss/carry)
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)
[![Volkswagen](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

`carry` is a Go HTTP client library that provides a simple and clean API for interacting with RESTful APIs. It had been specifically created to support HMAC authentication.

## Installation

```bash
go get github.com/zeiss/carry
```

## License

[MIT](/LICENSE)