Skip to content

Make dobby act as mock service #11

@dineshba

Description

@dineshba

We can register the request url, response body with some delay.

curl -X POST http://dobby/register -d 
{
    "url": "/payment",
    "method": "POST",
    "responseBody": {
         "success": true,
         "data": somedata
    },
    "delay": "900ms"
}

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