Issue
There is no way to pass some context between different invocations.
This forces to use ugly cycles of requests in scope of one invocation. And this also fails due to #844.
Please provide API to pass some context from one invocation to another.
Use case example:
paging resource, every response contains link to next page which should be used for next invocation.