Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeiss/carry
- Owner: ZEISS
- License: mit
- Created: 2024-10-11T18:50:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-28T05:00:23.000Z (16 days ago)
- Last Synced: 2024-10-28T08:20:52.964Z (16 days ago)
- Language: Go
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)