Class: Slack::Client

Inherits:
API
  • Object
show all
Defined in:
lib/slack/client.rb

Method Summary

Methods inherited from API

#initialize, #realtime

Methods included from Endpoint::Users

#users_getPresence, #users_info, #users_list, #users_setActive, #users_setPresence

Methods included from Endpoint::Stars

#stars_list

Methods included from Endpoint::Search

#search_all, #search_files, #search_messages

Methods included from Endpoint::Presence

#presence_set

Methods included from Endpoint::Oauth

#oauth_access

Methods included from Endpoint::Im

#im_close, #im_history, #im_list, #im_mark, #im_open

Methods included from Endpoint::Groups

#groups_archive, #groups_close, #groups_create, #groups_createChild, #groups_history, #groups_invite, #groups_kick, #groups_leave, #groups_list, #groups_mark, #groups_open, #groups_rename, #groups_setPurpose, #groups_setTopic, #groups_unarchive

Methods included from Endpoint::Files

#files_info, #files_list, #files_upload

Methods included from Endpoint::Emoji

#emoji_list

Methods included from Endpoint::Chat

#chat_delete, #chat_postMessage, #chat_update

Methods included from Endpoint::Channels

#channels_archive, #channels_create, #channels_history, #channels_info, #channels_invite, #channels_join, #channels_kick, #channels_leave, #channels_list, #channels_mark, #channels_rename, #channels_setPurpose, #channels_setTopic, #channels_unarchive

Methods included from Endpoint::Auth

#auth_test

Methods included from Endpoint::Api

#api_test

Methods included from Request

#delete, #get, #post, #put

Constructor Details

This class inherits a constructor from Slack::API