slackapi / java-slack-sdk

Slack Developer Kit (including Bolt for Java) for any JVM language
https://slack.dev/java-slack-sdk/
MIT License
568 stars 210 forks source link

Add canvas APIs and users.discoverableContacts.lookup API #1323

Closed seratch closed 1 month ago

seratch commented 1 month ago

This pull request adds the following new APIs to slack-api-client library:

Category (place an x in each of the [ ])

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 88.54167% with 11 lines in your changes missing coverage. Please review.

Project coverage is 75.05%. Comparing base (59590f7) to head (9a47ea2).

Files Patch % Lines
...java/com/slack/api/methods/RequestFormBuilder.java 84.90% 0 Missing and 8 partials :warning:
...ck/api/model/canvas/CanvasDocumentAccessLevel.java 0.00% 1 Missing :warning:
...ck/api/model/canvas/CanvasDocumentSectionType.java 0.00% 1 Missing :warning:
...om/slack/api/model/canvas/CanvasEditOperation.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1323 +/- ## ============================================ + Coverage 74.96% 75.05% +0.08% - Complexity 4131 4173 +42 ============================================ Files 443 446 +3 Lines 12791 12887 +96 Branches 1319 1329 +10 ============================================ + Hits 9589 9672 +83 - Misses 2433 2438 +5 - Partials 769 777 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.