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
Most methods have a data parameter that is not very self-explanatory.
For instance, how would someone know what to put in data when calling client.create_user(data)?
It would be better to define clearly what is expected from the user.
Otherwise, to use the client, one must have a look at the REST API documentation.
Most methods have a |data| parameter that is not very self-explanatory.
For instance, how would someone know what to put in |data| when calling |client.create_user(data)|?
It would be better to define clearly what is expected from the user.
Otherwise, to use the client, one must have a look at the REST API documentation.
Most methods have a
data
parameter that is not very self-explanatory.For instance, how would someone know what to put in
data
when callingclient.create_user(data)
?It would be better to define clearly what is expected from the user.
Otherwise, to use the client, one must have a look at the REST API documentation.
This stands for most methods (not only
create_user
).@clbarras @juandelamontana what do you think?
The text was updated successfully, but these errors were encountered: