HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
115 stars 53 forks source link

Add file info method to retrieve all file info #359

Closed opaliukh closed 1 month ago

opaliukh commented 1 month ago

Add file info method to retrieve all file info

kubayof commented 1 month ago

LGTM! Maybe it is better to rename models because we only get 1 file. FilesInfoParamsIF -> FileInfoParamsIF

I thought the names are derived from the api method name, from this repository: users.info -> UsersInfoParams - this returns 1 user as well