1
0
Fork 0

fixed replacement of @RESTURLPARAMS

This commit is contained in:
Jan Steemann 2015-09-16 18:03:23 +02:00
parent 7eb93821a7
commit 30aedaad44
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@ SIMPL_REPL_DICT = {
"@RESTRETURNCODES" : "\n**Return Codes**\n",
"@PARAMS" : "\n**Parameters**\n",
"@RESTPARAMS" : "",
"@RESTURLPARAMS" : "",
"@RESTBODYPARAM" : getRestBodyParam,
"@RESTREPLYBODY" : getRestReplyBodyParam,
"@RESTQUERYPARAM" : "@RESTPARAM",
@ -136,6 +137,7 @@ r'''
@RESTRETURNCODES| # -> \n**Return Codes**\n
@PARAMS| # -> \n**Parameters**\n
@RESTPARAMS| # -> <empty>
@RESTURLPARAMS| # -> <empty>
@PARAM| # -> @RESTPARAM
@RESTURLPARAM| # -> @RESTPARAM
@RESTQUERYPARAM| # -> @RESTPARAM