Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting admin.* methods #1329

Open
outime opened this issue Oct 3, 2024 · 1 comment
Open

Supporting admin.* methods #1329

outime opened this issue Oct 3, 2024 · 1 comment

Comments

@outime
Copy link

outime commented Oct 3, 2024

Description

I'm attempting to use admin.* paths such as admin.conversations.invite but I don't seem able to. The only solution I found is to either:

  • Fork the project.
  • Attempt to get access to postMethod via reflection and patch the path.
  • Or reimplement the whole POST method chain.

Am I missing an easier way to achieve this? If not, is there any ETA about when these will be supported?

(Optional) Slack's documentation

@calebmckay
Copy link
Contributor

It looks like all of admin.go is due for a rewrite - there's several API methods being called that are no longer listed in the docs, and there's no tests attached to it.

I can probably tackle this, starting with the admin.conversations.* methods. The difficulty might be in testing these, since I don't have an Enterprise Grid workspace for these API endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants