issues
search
bergant
/
rapiclient
Dynamic Open API (Swagger) Client for R
Other
66
stars
18
forks
source link
only "in": "body" parameter added to body
#6
Closed
mtmorgan
closed
5 years ago
mtmorgan
commented
5 years ago
previous code inserted all parameters into body
fails (as per spec.) if more than one "in": "body" parameter
body contains JSON of
value
, rather than
list(arg = value)
value
, rather thanlist(arg = value)