You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the web interface generator, this means that the endpoint "POST /foo" accepts two form parameters, "foo" and "bar". The REST interface generator instead expects a JSON object of the form {"foo": ..., "bar": ...}.
The text was updated successfully, but these errors were encountered:
In particular, this means that the struct/class members are treated just like the parameters of the method usually are. The initial incarnation of this feature supports only structs/classes.
Should be supported for the web and REST interfaces:
For the web interface generator, this means that the endpoint "POST /foo" accepts two form parameters, "foo" and "bar". The REST interface generator instead expects a JSON object of the form
{"foo": ..., "bar": ...}
.The text was updated successfully, but these errors were encountered: