No description
Find a file
George Dietrich 96fe9291e3
Make use of generics instead of a method (#2)
* Allows Crystal to more accurately know the return type of `ordered_elements`
* Add example of `ordered_elements` usage
2020-12-24 01:07:51 -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 Make use of generics instead of a method (#2) 2020-12-24 01:07:51 -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