Parameter Placement Abstraction #1708
markos-goupvote
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @markos-goupvote yeah this is a planned feature! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've used tools like this before, and I really like the ability to not need to worry about where the params are passed. Example:
The one actual benefit that I can see is that the endpoint could change how it would like to receive its arguments, but it would not require a change on the client (where the function is used, anyway), assuming they're named the same still. Probably not likely though
Beta Was this translation helpful? Give feedback.
All reactions