No description
Find a file
George Dietrich 4c2e6b96ef
Fix typo (#3)
* Fix typo
* Add note about strict arg
2020-12-24 10:16:50 -05:00
.github/workflows Initial Implementation (#1) 2020-12-24 00:48:48 -05:00
spec Make use of generics instead of a method (#2) 2020-12-24 01:07:51 -05:00
src Fix typo (#3) 2020-12-24 10:16:50 -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 Initial Implementation (#1) 2020-12-24 00:48:48 -05:00
shard.yml Initial Implementation (#1) 2020-12-24 00:48:48 -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: ~> 1.0.0
  1. Run shards install

Documentation

Everything is documented in the API Docs.

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