ash-project / ash_json_api

The JSON:API extension for the Ash Framework
https://hexdocs.pm/ash_json_api
MIT License
56 stars 40 forks source link

improvement: Add config to allow all media type params #83

Closed skanderm closed 1 year ago

skanderm commented 1 year ago

Allows users to skip strict checking of media type parameters outside of ext and profile.

This was needed as an escape hatch to Dart's largest http client automatically adding a charset=utf8 parameter (with no ability to remove it).