djmnz / RestFluencing

MIT License
11 stars 4 forks source link

Added new ActionRule to allow Actions to be called on the response object #3

Closed adarmus closed 5 years ago

adarmus commented 5 years ago

This allows an Action to be called on the response (without any asserts). Typically this would let you access properties from the response to be used to make subsequent API calls.