bbbco / insomnia-plugin-faker

Faker Plugin for Insomnia REST Client
71 stars 7 forks source link

Reuse same data? #14

Closed jandreaucodes closed 1 year ago

jandreaucodes commented 1 year ago

Let's say I have a requirement to generate fake data but use it twice in the body of the same API POST.

Is there a way to accomplish that with the plugin?

jandreaucodes commented 1 year ago

Duh. I can just create it in the environment and pull it from there.