Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added conversations.list endpoint functionality and cursor request parameter functionality in base response class. #250

Merged
merged 3 commits into from
Oct 9, 2020

Conversation

jasonproulxFIRST
Copy link
Contributor

Resolves Issue #242
Resolves original bug identified in Pull Request #231

…rameter functionality in base response class.
Copy link

@alexherreid alexherreid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I grabbed these changes and they work as advertised with the new conversations endpoint as well as the issue that I attempted to fix in rejected PR #231

alexherreid added a commit to alexherreid/SlackAPI that referenced this pull request Sep 11, 2020
Expands the use of conversations to use an enum when specifying request instead of pure string. Expands on Inumedia#250
Copy link
Owner

@Inumedia Inumedia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, once the indentation is fixed I can merge this. As a bit meta, this API seems odd, kinda curious why types would be a comma delimited list rather than just a regular array?

SlackAPI/SlackClient.cs Outdated Show resolved Hide resolved
@jasonproulxFIRST
Copy link
Contributor Author

The requested indentation issue was resolved. Are these changes good to go?

Copy link
Owner

@Inumedia Inumedia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for reminding me to look at this again.

I double checked the changes and noticed one of the new calls creates the Tuples for the parameters but never actually adds it to the list. Once that's done this can be approved and will just need to wait for me to merge + deploy the new nuget package

SlackAPI/SlackClient.cs Outdated Show resolved Hide resolved
@Inumedia Inumedia merged commit d6f1b51 into Inumedia:master Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants