Probably a bit nichey…but here goes.
I can expose Workflow APIs OK. So something like…
https://myapp.com/api/1.1/wf/widget?code=1234
Would return the data about widget 1234
What I would like is that to look like …
https://myapp.com/api/1.1/wf/widget/1234
And then to be able to do a RESTful style
https://myapp.com/api/1.1/wf/widget/1234/update
Instead of …
https://myapp.com/api/1.1/wf/updatewidget?code=1234&amount=10
Just because I don’t want to look like a noob