SlackAPI icon indicating copy to clipboard operation
SlackAPI copied to clipboard

Pr/250 Expand #250 to Enum

Open alexherreid opened this issue 5 years ago • 3 comments

Expands the improvements from #250 to use an enum instead of pure string for specifying requests to new Conversations endpoint for user-friendliness.

alexherreid avatar Sep 11 '20 00:09 alexherreid

Just to be clear, there's no actual functional changes to Client or TaskClient.cs, it is just making them match in their use of #region and making it the same order for the methods between the two since there were some differences. It does not gain or lose any functionality, but sets up to be able to implement the other Conversation methods in a clear way.

alexherreid avatar Sep 11 '20 14:09 alexherreid

Any update on this?

alexherreid avatar Sep 29 '20 15:09 alexherreid

I haven't had time to review all of the whitespace changes yet, I need to find a good tool to throw this into for easier diffing.

Inumedia avatar Sep 29 '20 18:09 Inumedia