Shard Detail

athena-negotiation v0.1.3

Framework agnostic content negotiation library.
crystal

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


athena-negotiation:
  github: athena-framework/negotiation

Readme

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

Report issues and send Pull Requests in the main Athena repository.