matryer / silk

Markdown based document-driven RESTful API testing.
http://silktest.org/
GNU General Public License v2.0
942 stars 69 forks source link

add explicit parameters support #5

Closed matryer closed 8 years ago

matryer commented 8 years ago

Parameters are hard to self-encode in the path - support them like this:

## GET /path

* ?q=query // comment about q
* ?another=123 // comment about another
* ?something=1 // something about something