-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Can httpyac be used to recusivelly make calls? in the line of:
###
@dstanchor=4144
###
# @name dstbc
GET /employee-businesscards/department/internal/{{dstanchor}}
###
# @name dstchilds
GET /departments/internal/{{dstanchor}}/children
###
# @ref dstchilds
# @loop for item of dstchilds
@dstanchor={{item.departmentId}}
# @ forceRef dstbc
# @ forceRef dstchilds
What I want to achieve is:
- Get the details of a department
- Get the children of a department
- Iterate over the childen: set a variable and force a re-evaluation
If not by this way:
- Would I use a script?
- Better to write some helper code in whatever scripting language?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels