SolutionsCloud / apidoc

Api Documentation Generator
http://solutionscloud.github.io/apidoc/demo/
GNU General Public License v3.0
42 stars 10 forks source link

Request example show an error with multiple get parameters #46

Closed bismark1221 closed 10 years ago

bismark1221 commented 10 years ago

If I have multiple get parameters on a request, the request example will be incorrect. Instead of a simple '&' the project will generate '&s;'

example : GET /V0.1/monitoring/usage?end_date=2012-12-31&s;start_date=2013-01-01 HTTP/1.1