No description
Find a file
George Dietrich 748c63ebd0 Upgrade ameba & typos CI (#283)
* Bump ameba to `~> 1.4.0`
* Bump typos to `1.14.6`
2023-04-16 12:17:31 -04:00
spec Fix Typos + Spell Check CI (#222) 2022-11-11 19:47:27 -05:00
src Upgrade ameba & typos CI (#283) 2023-04-16 12:17:31 -04:00
.editorconfig Initial commit 2020-12-21 23:21:53 -05:00
.gitignore Initial commit 2020-12-21 23:21:53 -05:00
CHANGELOG.md Athena Framework 0.18.0 prep (#266) 2023-02-18 12:02:11 -05:00
LICENSE Initial Implementation (#1) 2020-12-24 00:48:48 -05:00
README.md Doc updates (#261) 2023-02-05 20:16:41 -05:00
shard.yml Athena Framework 0.18.0 prep (#266) 2023-02-18 12:02:11 -05:00

Negotiation

Common Changelog CI Latest release

Framework agnostic content negotiation library based on willdurand/Negotiation.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  athena-negotiation:
    github: athena-framework/negotiation
    version: ~> 0.1.0
  1. Run shards install

Documentation

If using the component on its own, checkout the API documentation. If using the component as part of Athena, also checkout the external documentation.

Contributing

Report issues and send Pull Requests in the main Athena repository.