Description
Related to #1132, We need to add better support for App Level Token in @slack/web-api.
I'm thinking we either pass in App Level Token in the token property (this works today), or we introduce a new appToken property. If we introduce a new appToken property, we could add code to make certain api calls use appToken over token (which is usually a bot token). apps.event.authorizations.list & apps.connections.open currently require an App Level Token. Not sure if there are any other web-api methods that currently do.
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Description
Related to #1132, We need to add better support for App Level Token in
@slack/web-api.I'm thinking we either pass in App Level Token in the
tokenproperty (this works today), or we introduce a newappTokenproperty. If we introduce a newappTokenproperty, we could add code to make certain api calls useappTokenovertoken(which is usually a bot token).apps.event.authorizations.list&apps.connections.opencurrently require an App Level Token. Not sure if there are any other web-api methods that currently do.What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])