Add custom function support#1241
Merged
seratch merged 3 commits intoslackapi:mainfrom Aug 20, 2024
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1241 +/- ##
============================================
- Coverage 74.99% 74.96% -0.03%
- Complexity 4190 4202 +12
============================================
Files 452 453 +1
Lines 12931 12975 +44
Branches 1331 1342 +11
============================================
+ Hits 9697 9727 +30
- Misses 2463 2467 +4
- Partials 771 781 +10 ☔ View full report in Codecov by Sentry. |
6 tasks
191f08c to
faf1ce7
Compare
seratch
commented
Nov 30, 2023
2444fa9 to
49304c3
Compare
53a2b11 to
5fae103
Compare
1f22381 to
4b144ec
Compare
3ee35c4 to
c9a204a
Compare
c9a204a to
006bdbb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds remote function support, which is still in beta, to this SDK. Sorry, the duplicated PRs (due to my operation error) are confusing but this is the final version of #1239
Developers can implement a remote function and its interactivity this way:
References:
Category (place an
xin 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.