Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Imgur/stream-chat-go

 
 

Repository files navigation

stream-chat-go

Build Status GoDoc

the official Golang API client for Stream chat a service for building chat applications.

You can sign up for a Stream account at https://getstream.io/chat/get_started/.

You can use this library to access chat API endpoints server-side, for the client-side integrations (web and mobile) have a look at the Javascript, iOS and Android SDK libraries (https://getstream.io/chat/).

Installation

go get github.com/GetStream/stream-chat-go

Documentation

Official API docs

Supported features

  • Chat channels
  • Messages
  • Chat channel types
  • User management
  • Moderation API
  • Push configuration
  • User devices
  • User search
  • Channel search

Quickstart

Contributing

Contributions to this project are very much welcome, please make sure that your code changes are tested and that follow Go best-practices.

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%