-
-
Notifications
You must be signed in to change notification settings - Fork 32
Supported Calls
Derek Stegelman edited this page Jul 10, 2016
·
2 revisions
Rocket-Python supports certain calls from the Rocketchat API.
Documentation below assumes you have initialized an API object with proper settings:
from rocketchat.api import RocketChatAPI
api = RocketChatAPI(settings=my_settings_dict)
rooms = api.get_public_rooms()
api.send_message('123212', 'Test message')