slackapi / slack-api-specs

Open API specifications for platform products by Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Socket mode not described here

platinummonkey opened this issue · comments

Description

The docs for new slack apps say to use the new Socket Mode and that the RTM client mode is deprecated:
https://api.slack.com/rtm

New mode is described here: https://api.slack.com/apis/connections/socket

Yet there don't seem to be any schemas for apps.connections.open as the first step in connecting with the new mode: https://api.slack.com/methods/apps.connections.open

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

Bug Report

Filling out the following details about bugs will help us solve your issue sooner.

Reproducible in:

No schema seems to be defined for https://api.slack.com/methods/apps.connections.open

Steps to reproduce:

  1. self-explanatory

Expected result:

Documented schema available - if new apps are automatically pushed over to Socket Mode instead.

Actual result:

https://media.tenor.com/images/0308bf8934e765802f95cb6dacccd040/tenor.gif

Attachments:

https://i.pinimg.com/originals/07/6d/51/076d514bbf5a5387f24a5896c26805af.gif

No longer care