Go to file
George Dietrich 2b683817c1 Website integration (#365) 2024-03-21 23:43:37 -04:00
docs Website integration (#365) 2024-03-21 23:43:37 -04:00
spec Fix Typos + Spell Check CI (#222) 2022-11-11 19:47:27 -05:00
src Website integration (#365) 2024-03-21 23:43:37 -04:00
.editorconfig Initial commit 2020-12-21 23:21:53 -05:00
.gitignore Website integration (#365) 2024-03-21 23:43:37 -04:00
CHANGELOG.md Release Time! (#322) 2023-10-09 22:06:47 -04:00
CONTRIBUTING.md Create `CONTRIBUTING.md` (#317) 2023-10-09 14:54:50 +00:00
LICENSE Initial Implementation (#1) 2020-12-24 00:48:48 -05:00
README.md Create `CONTRIBUTING.md` (#317) 2023-10-09 14:54:50 +00:00
mkdocs.yml Website integration (#365) 2024-03-21 23:43:37 -04:00
shard.yml Website integration (#365) 2024-03-21 23:43:37 -04:00

README.md

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

Read the general Contributing Guide for information on how to get started.