Open
Description
I have a set of services with a common set of query parameters. What's the best way to reuse/compose their definition across a set of services? I've been playing with the GET* and friends macro, learning about letk/plumbing, but can't see a way to make it happen at this level of the stack. Is it possible, and what am I missing?
It's entirely possible I'm thinking about this problem incorrectly, so open to feedback on that as well.