Smart inference for the arguments wanted by procedures, hooks and crons #400
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
upstream breaking change
voice
waiting user input
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
platypush/platypush#400
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As of now, procedures, hooks and crons have to be define like this:
That's because there's a bunch of stuff that we passed on the context (response of the previous request, environment variables, results of previous key-value parsing operations etc.)
We should also allow more compact definitions:
The caller should inspect the signature of the function and pass the arguments according to what it needs.
Closed by
32b8296244