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

Group Api resources as a single tag or provide an option #103

Closed deviprsd closed 11 months ago

deviprsd commented 11 months ago

Is your feature request related to a problem? Please describe. It looks odd that each resource is grouped on its own rather than getting grouped by api as they are the domain and can define a prefix. It makes the docs not clear how the domains are separated.

Describe the solution you'd like AshJsonApi.Api should group the resources under one collapsible in swagger. There seems to be documented way to achieve https://swagger.io/docs/specification/grouping-operations-with-tags/