RocketChat / Rocket.Chat.Go.SDK

Go SDK for REST API and Realtime api
MIT License
60 stars 58 forks source link

Update channels.go added the ability to pass channel name or ID to channel info rather than just channel ID #19

Closed HackyPenguin closed 5 years ago

HackyPenguin commented 5 years ago

added support for working with channel.name to GetChannel Info to better shadow RC API

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

HackyPenguin commented 5 years ago

Channel will now only be used if ID is not specified

geekgonecrazy commented 5 years ago

Awesome! Thanks for the contribution :)