Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 932 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 932 Bytes

gorocket

Build Status Coverage Status

RocketChat client for golang. Compatible to the rest API of version 0.48.2.

The tests are failing because the library is not fully compatible to the newest version of RocketChat. I will not update the lib because I am not using RocketChat any more.

RocketChat provides a rest and a realtime interface. This library provides clients for both.

go get github.com/titandc/gorocket/rest
go get github.com/titandc/gorocket/realtime

For more information checkout the rest-godoc and realtime-godoc, the test files or the examples.