Sebazzz / SDammann.WebApi.Versioning

Versioning support for ASP.NET Web Api
Apache License 2.0
173 stars 43 forks source link

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

Open goalie7960 opened 11 years ago

goalie7960 commented 11 years ago

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.

Sebazzz commented 10 years ago

As per vnext branch the VersionedApiExplorer needs reimplementing.