Open goalie7960 opened 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.
As per vnext branch the VersionedApiExplorer needs reimplementing.
VersionedApiExplorer
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.