Get French data
GET http://postman-echo.com/get?name={{name}}&phone number={{phoneNumber}}&address={{streetAddress}}
Notice that the request parameters are not using the typical {{$randomValue}}
nomenclature for using the faker.js library. Typically the $
is included before getting a dummy variable. Because the variables are set in the Pre-request Script, we are just using the variable names in the params.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | ||
phone number | string | ||
address | string |