SDammann.WebApi.Versioning icon indicating copy to clipboard operation
SDammann.WebApi.Versioning copied to clipboard

VersionedApiExplorer doesn't support query string parameters for methods other than GET

Open goalie7960 opened this issue 12 years ago • 1 comments

Currently POST methods are formatted this way: POST api/v2/Hello/message={message}&otherthing={otherthing}

They should look like this: POST api/v2/Hello?message={message}&otherthing={otherthing}

This also causes a yellow screen of death when clicking on the original url.

goalie7960 avatar Jun 18 '13 19:06 goalie7960

As per vnext branch the VersionedApiExplorer needs reimplementing.

Sebazzz avatar Sep 20 '14 16:09 Sebazzz