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.4</version>
</dependency>
or in your build.gradle
:
implementation 'io.getstream.client:stream-java:3.2.4'
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.
- Is Android supported?
Yes. Use client
for your backend and use CloudClient
for your mobile application.
- Cannot construct an instance of
io.getstream.core.models.*
, a model object in android. What is the problem?
If you're using proguard, ensure having following: -keep class io.getstream.core.models.** { *; }
Additionally, we're using Jackson JSON processor and see their definitions too unless you're already using it.
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
Project is licensed under the BSD 3-Clause.
We've recently closed a $38 million Series B funding round and we keep actively growing. Our APIs are used by more than a billion end-users, and you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world.
Check out our current openings and apply via Stream's website.