Skip to content

Add intelligent field name to faker method resolver #1

@aexol

Description

@aexol
{
    "first_name": "String",
    "last_name": "String"
}

Assuming you receive that payload faker-ai new method should return for Example

{
    "first_name": "{{ name.firstName }}",
    "last_name": "{{ name.lastName }}"
}

So it is the alternative method of fake response generation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions