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
Description
I'm attempting to use
admin.*paths such asadmin.conversations.invitebut I don't seem able to. The only solution I found is to either:postMethodvia reflection and patch the path.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