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
[stream-java](https://github.com/GetStream/stream-java) is a Java client for [Stream](https://getstream.io/).
6
+
[stream-java](https://github.com/GetStream/stream-java) is a Java feed client for [Stream](https://getstream.io/). At the moment, there is no pure Java client for chat but you can find REST docs [here](https://getstream.io/chat/docs_rest/) and an Android specific implementation in Kotlin can be seen [here](https://github.com/GetStream/stream-chat-android-client).
7
7
8
8
You can sign up for a Stream account at https://getstream.io/get_started.
9
9
@@ -40,7 +40,7 @@ Documentation for this Java client are available at the [Stream website](https:/
40
40
41
41
For examples have a look [here](https://github.com/GetStream/stream-java/tree/master/example/Example.java).
42
42
43
-
Docs are available on [GetStream.io](http://getstream.io/docs/).
43
+
Docs are available on [GetStream.io](https://getstream.io/docs/?language=java).
44
44
45
45
JavaDoc is available [here](https://getstream.github.io/stream-java/).
0 commit comments