Skip to content

VersionedApiExplorer with attribute routing from WebAPI 2 #24

@janvanhelvoort

Description

@janvanhelvoort

The new Attribute routing from WebAPI 2 is not supported.

[HttpGet("api/home/{id:int}/details")]
Public string Details(int id)
{
//
}

Current output:
GET api/v1/Home?id={id}

Expected output:
GET api/v1/Home/{id}/details

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions