stream-java is a Java feed client for Stream. At the moment, there is no pure Java client for chat but you can find REST docs here and an Android specific implementation in Kotlin can be seen here.
You can sign up for a Stream account at https://getstream.io/get_started.
Add the following dependency to your pom.xml:
<dependency>
<groupId>io.getstream.client</groupId>
<artifactId>stream-java</artifactId>
<version>3.2.3</version>
</dependency>or in your build.gradle:
compile 'io.getstream.client:stream-java:3.2.3'In case you want to download the artifact and put it manually into your project, you can download it from here.
Snapshots of the development version are available in Sonatype snapshots repository.
This API Client project requires Java SE 7.
Documentation for this Java client are available at the Stream website.
For examples have a look here.
Docs are available on GetStream.io.
JavaDoc is available here.
Run gradlew test to execute integration tests
Copyright (c) 2016-2020 Stream.io Inc, and individual contributors. All rights reserved.
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.