Hello, just wondering if it's possible to add a getter to the SlackService to allow the application to get a hold of the WebClient instance? I want to use it to make calls to users apis (lookupByEmail for example)
Doesn't seem to be a way to do this without installing @slack/web-api and making an external instance of the WebClient
Love the repo!
Hello, just wondering if it's possible to add a getter to the
SlackServiceto allow the application to get a hold of the WebClient instance? I want to use it to make calls to users apis (lookupByEmailfor example)Doesn't seem to be a way to do this without installing
@slack/web-apiand making an external instance of the WebClientLove the repo!