Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Added Blocks support, as well as adjusted for new SearchSort enums returned by the Slack LoginResponse model #178

Open PeterJFerrarotto opened 5 years ago

PeterJFerrarotto commented 5 years ago

Added support for Blocks to all API methods, and also accounted for two new enum values (not_set, relevant) for SearchSort from the Slack LoginResponse -> Self -> Preferences model. (Relevant seems to be solely used for search_channel_sort and search_people_sort [two new SearchSort values in the response that I also accounted for], but it's possible it could be set to that for the overall search_sort as well.)

Inumedia commented 5 years ago

There's already support about to be added for Blocks by @clockworkcoding @ #172