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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To change credentials after instantiating the ZulipRestExecutor it is recommende
28
28
### How to use the ZulipRestExecutor?
29
29
To perform an API call you should use the `executeCall(ZulipRestAPICall call)` method of the newly created object.
30
30
All API calls are packed inside the library as instantiatable objects which be executed by the `ZulipRestExecutor`.
31
-
The naming convention of all call objects is like the following: `HTTP request mehtod + object of action`.
31
+
The naming convention of all call objects is like the following: `HTTP request method + object of action`.
32
32
33
33
So for instance if we want to send a message to someone on our Zulip server we need to create a `PostMessage` object to pass it into our executeCall method.
0 commit comments