-
Notifications
You must be signed in to change notification settings - Fork 676
Add admin.analytics.getFile API support #1191
Copy link
Copy link
Closed
Labels
enhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitypkg:web-apiapplies to `@slack/web-api`applies to `@slack/web-api`
Milestone
Description
Description
https://api.slack.com/methods/admin.analytics.getFile is not yet supported in this SDK.
For the implementation, we should be aware that this endpoint is a bit different from others. The response body can be gzipped binary data for successful response. If the response has an error code, the server-side returns text JSON data instead.
See also:
- Add two admin APIs with binary response support java-slack-sdk#602
- Add two admin APIs with binary response support python-slack-sdk#865
What type of issue is this? (place an x in one of the [ ])
- bug
- enhancement (feature request)
- question
- documentation related
- testing related
- discussion
Requirements (place an x in each of the [ ])
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitypkg:web-apiapplies to `@slack/web-api`applies to `@slack/web-api`