symphonyoss / symphony-java-client

Java client library for Symphony
Apache License 2.0
34 stars 37 forks source link

Add "list" endpoint to StreamsClient #50

Closed pmonks closed 7 years ago

pmonks commented 7 years ago

It would be great if the StreamsClient included support for the /v1/streams/list REST endpoint, as this is a good way for a bot to list out which streams it's already participating in.

ftbb commented 7 years ago

commit 9667ab4883a95a87afae5208617eebf47813bda9

It was a pain..

Also check out new example at: https://github.com/symphonyoss/symphony-java-sample-bots/tree/develop/src/main/java/org/symphonyoss/examples/streams

pmonks commented 7 years ago

This is working great for me in 1.0.2-SNAPSHOT. Thanks @ftbb!