slackapi / slack-api-specs

Open API specifications for platform products by Slack
MIT License
220 stars 64 forks source link

New Socket mode not described here #54

Closed platinummonkey closed 2 years ago

platinummonkey commented 3 years ago

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 [ ])

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


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

platinummonkey commented 2 years ago

No longer care