Skip to content

Option to fetch different data from same url, based on call order. #6

@smdremedy

Description

@smdremedy

When I have an endpoint with some time dependent data I would like to be able to specify e.g. index in request description and get different responses each time:
"requests": [ { "method": "GET", "index":0, "path": "/latest_books", "response file": "books1.json" }, { "method": "GET", "index": 1, "path": "/latest_books", "response file": "books2.json" }, { //default - every other call "method": "GET", "path": "/books", "response file": "books3.json" },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions