Skip to content

Add API Support for all actions that can be performed by /commands #345

@sleepylessons

Description

@sleepylessons

Is your feature request related to a problem? Please describe.

From what I can tell, only the following commands are possible to replicate the behavior of via the API (at least to some extent):

However, the following commands have no analog in the API:

  • /clear
  • /emoteonly
  • /followonly
  • /host
  • /kpp
  • /mod
  • /multi
  • /og
  • /poll
  • /polldelete
  • /prediction
  • /slow
  • /timeout
  • /unmod
  • /unog
  • /unvip
  • /vip

Describe the solution you'd like

I would either like to see:

  • Each of these actions be possible to perform via API endpoints that they are relevant to (i.e. /mod might live under the Moderation api endpoint; or maybe the Users api endpoint? Not sure how you'd prefer to categorize that)

OR:

  • The creation of an endpoint that allows you to run commands externally if you have the required scopes and auth. This seems like it would be complicated from a validation perspective.

Describe alternatives you've considered

Since no API methods exist for these behaviors, I can't really consider any other solutions.

I have in the past, for example, been able to emulate most every command possible in a Twitch chat using the API exclusively. I would like to do the same for Kick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions