No description
Find a file
syeopite 333abca50d
Use correct version in installation instructions (#6)
* Use correct version in installation instructions
2021-08-13 15:31:50 -04:00
.github/workflows Finish porting docs to mkdocs (#4) 2021-01-29 22:34:18 -05:00
spec Make use of generics instead of a method (#2) 2020-12-24 01:07:51 -05:00
src Fix some typos in the docs (#5) 2021-02-04 21:59:55 -05: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 Use correct version in installation instructions (#6) 2021-08-13 15:31:50 -04:00
shard.yml Finish porting docs to mkdocs (#4) 2021-01-29 22:34:18 -05: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

  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