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 team.externalTeams.list sample json #1326

Closed filmaj closed 4 weeks ago

filmaj commented 4 weeks ago

Generated this using the API tester after connecting a production grid workspace to a production standalone workspace.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.07%. Comparing base (b596cf6) to head (f993a0c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1326 +/- ## ============================================ + Coverage 75.01% 75.07% +0.06% - Complexity 4171 4173 +2 ============================================ Files 446 446 Lines 12887 12887 Branches 1329 1329 ============================================ + Hits 9667 9675 +8 + Misses 2444 2436 -8 Partials 776 776 ```

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

seratch commented 4 weeks ago

Thanks, some details will be overwritten by automated tests later but there is no risk for merging this for now

filmaj commented 4 weeks ago

I need to start adding the integration tests / the right way to do this!