From 76996bc1ea56ecf8c26453adbd509b8865cde362 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Mon, 13 Jul 2020 12:33:59 +0200 Subject: [PATCH 1/2] Add clarification for the repo and a link for chat --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b211b29..b2ebc090 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.getstream.client/stream-java/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.getstream.client/stream-java) ![](https://github.com/GetStream/stream-java/workflows/Java%20CI/badge.svg) -[stream-java](https://github.com/GetStream/stream-java) is a Java client for [Stream](https://getstream.io/). +[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 can be seen [here](https://github.com/GetStream/stream-chat-android-client). You can sign up for a Stream account at https://getstream.io/get_started. @@ -40,7 +40,7 @@ Documentation for this Java client are available at the [Stream website](https:/ For examples have a look [here](https://github.com/GetStream/stream-java/tree/master/example/Example.java). -Docs are available on [GetStream.io](http://getstream.io/docs/). +Docs are available on [GetStream.io](https://getstream.io/docs/?language=java). JavaDoc is available [here](https://getstream.github.io/stream-java/). From 165eac4b701f80f5b0022cbc97e46cfa5163dad9 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Mon, 13 Jul 2020 12:37:55 +0200 Subject: [PATCH 2/2] Speficy lang for android --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ebc090..2bac3470 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.getstream.client/stream-java/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.getstream.client/stream-java) ![](https://github.com/GetStream/stream-java/workflows/Java%20CI/badge.svg) -[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 can be seen [here](https://github.com/GetStream/stream-chat-android-client). +[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). You can sign up for a Stream account at https://getstream.io/get_started.