slackapi / java-slack-sdk

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

Add team.externalTeams.list API support #1327

Closed seratch closed 3 months ago

seratch commented 3 months ago

This pull request adds team.externalTeams.list API to this SDK: https://api.slack.com/methods/team.externalTeams.list

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 3 months ago

Codecov Report

Attention: Patch coverage is 73.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 75.03%. Comparing base (56f2d26) to head (a889e7f).

Files Patch % Lines
...java/com/slack/api/methods/RequestFormBuilder.java 60.00% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1327 +/- ## ========================================= Coverage 75.02% 75.03% - Complexity 4172 4178 +6 ========================================= Files 446 446 Lines 12887 12902 +15 Branches 1329 1331 +2 ========================================= + Hits 9669 9681 +12 - Misses 2443 2444 +1 - Partials 775 777 +2 ```

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