We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336c289 commit d131b92Copy full SHA for d131b92
README.md
@@ -34,7 +34,7 @@ So for instance if we want to send a message to someone on our Zulip server we n
34
35
```java
36
PostMessage postMessage = new PostMessage("anotheruser@zulip.com", "Hello world");
37
-String response = executor.executeCall(ZulipRestAPICall call)
+String response = executor.executeCall(postMessage)
38
```
39
40
executeCall always returns the answer from the Zulip server for instance whether the call was successful or not.
0 commit comments