# Negotiation [![CI](https://github.com/athena-framework/negotiation/workflows/CI/badge.svg)](https://github.com/athena-framework/negotiation/actions?query=workflow%3ACI) [![Latest release](https://img.shields.io/github/release/athena-framework/negotiation.svg)](https://github.com/athena-framework/negotiation/releases) Framework agnostic [content negotiation](https://tools.ietf.org/html/rfc7231#section-5.3) library based on [willdurand/Negotiation](https://github.com/willdurand/Negotiation). ## Installation 1. Add the dependency to your `shard.yml`: ```yaml dependencies: athena-negotiation: github: athena-framework/negotiation version: ~> 1.0.0 ``` 2. Run `shards install` ## Documentation If using the component on its own, checkout the [API documentation](https://athenaframework.org/Negotiation). If using the component as part of Athena, also checkout the [external documentation](https://athenaframework.org/components/negotiation). ## Contributing 1. Fork it (https://github.com/athena-framework/negotiation/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request ## Contributors - [George Dietrich](https://github.com/blacksmoke16) - creator and maintainer