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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ This library covers every API call of the Zulip API except for real-time events
6
6
### Maven
7
7
Just add the following dependency to your pom.xml or the JAR of this repository to your projects build path.
8
8
9
-
```maven
10
-
Coming soon!
9
+
```xml
10
+
<dependency>
11
+
<groupId>io.taliox</groupId>
12
+
<artifactId>zulip-java-rest</artifactId>
13
+
<version>0.0.1-SNAPSHOT</version>
14
+
</dependency>
11
15
```
12
16
### Where do I get the API key for authentication?
13
17
You can either use a bot or a user account to communicate with the API. To find out the needed token please see the official [Zulip documentation](https://zulipchat.com/api/api-keys).
0 commit comments