shard-athena-negotiation/README.md

16 lines
784 B
Markdown
Raw Permalink Normal View History

2020-12-24 05:48:48 +00:00
# Negotiation
2020-12-22 04:21:53 +00:00
[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)
[![CI](https://github.com/athena-framework/athena/workflows/CI/badge.svg)](https://github.com/athena-framework/athena/actions/workflows/ci.yml)
2020-12-24 05:48:48 +00:00
[![Latest release](https://img.shields.io/github/release/athena-framework/negotiation.svg)](https://github.com/athena-framework/negotiation/releases)
2020-12-22 04:21:53 +00:00
2020-12-24 05:48:48 +00:00
Framework agnostic [content negotiation](https://tools.ietf.org/html/rfc7231#section-5.3) library based on [willdurand/Negotiation](https://github.com/willdurand/Negotiation).
2020-12-22 04:21:53 +00:00
2024-04-10 00:10:37 +00:00
## Getting Started
2020-12-22 04:21:53 +00:00
2024-04-10 00:10:37 +00:00
Checkout the [Documentation](https://athenaframework.org/Negotiation).
2020-12-22 04:21:53 +00:00
## Contributing
2023-10-09 14:54:50 +00:00
Read the general [Contributing Guide](./CONTRIBUTING.md) for information on how to get started.