Skip to content

android-guru-vikas/stream-java

 
 

Repository files navigation

stream-java

Maven Central

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.

Installation

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.

JDK / JVM version requirements

This API Client project requires Java SE 7.

Full documentation

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.

Building & Testing

Run gradlew test to execute integration tests

Copyright and License Information

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.

About

Java Client - Build Activity Feeds & Streams with GetStream.io

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%