Class: Operationcode::Slack::Api::ChannelsInvite

Inherits:
Operationcode::Slack::Api show all
Defined in:
lib/operationcode/slack/api.rb

Overview

To add addtional API endpoints define a new class here. The class name should be capitalized based on the location of the slack API path’s ‘.’ For example - the users info endpoint URL is slack.com/api/users.invite. The class name should be ‘UsersInvite` If you just need to post data that should be all you need. If you’d like to add addtional methods to the class define it in its own file in the api dir (see OauthAccess)

Constant Summary

Constants inherited from Operationcode::Slack::Api

SLACK_API_BASE

Method Summary

Methods inherited from Operationcode::Slack::Api

api_url, post