loic911 / Rest-api-doc

MIT License
21 stars 32 forks source link

Handling POST - application/x-www-form-urlencoded parameters. #50

Open raghung opened 9 years ago

raghung commented 9 years ago

I am trying to generate document for the rest services of POST type which accepts "application/x-www-form-urlencoded" parameters. Declaring the parameter in @RestApiParam will make it to a query parameter. How to handle the situation ?