Allow users to write scripts that will be executed before main service call from Object repository.
Reason:
this feature will:
- allow custom authentication (e.g. based on tokens etc.)
- allow prepare/call other requests to prepare data or chain requests directly from TO repository
- also existing auth methods could be pasted as snipplets (same principle as check after call)