No description
Find a file
George Dietrich 17d5810179 Bump ameba to ~> 1.0 (#169)
* Bump `ameba` to `~> 1.0`
* Bump min crystal version for all components to `~> 1.4`
* Remove now unneeded `ameba:disable`
2022-04-09 12:08:06 -04:00
spec Remove extra spaces between paren and method call (#143) 2022-01-07 19:54:02 -05:00
src Ensure each component has an accurate VERSION constant (#166) 2022-03-19 11:30:52 -04:00
.editorconfig Initial commit 2020-12-21 23:21:53 -05:00
.gitignore Initial commit 2020-12-21 23:21:53 -05:00
LICENSE Initial Implementation (#1) 2020-12-24 00:48:48 -05:00
README.md Post monorepo cleanup 2021-12-16 19:10:13 -05:00
shard.yml Bump ameba to ~> 1.0 (#169) 2022-04-09 12:08:06 -04:00

Negotiation

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.