Skip to content

Add possibility to add custom non-JSONAPI controllers #86

Closed
@JanMattner

Description

@JanMattner

Currently, via the DasherizedRoutingConvention, all controllers are considered as JSONAPI controllers and the routing convention is applied making it impossible to use that convention besides other non-JSONAPI controllers with custom attribute routing.

It should be possible to explicitly define which controllers are considered as JSONAPI controllers. Easiest way would be a simple attribute that's attached to a controller and the DasherizedRoutingConvention applies the convention only to those controllers with the attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions