Giter Site home page Giter Site logo

insomnia-plugin-faker's Introduction

insomnia-plugin-faker

Generate Faker data right within the Insomnia REST Client!

This plugin uses the community-driven Faker NPM module to generate "fake" data.


Need a random IP address other than "127.0.0.1"?

Looking for a better name than John Doe?

Are you hoping to get creative with adding variety to your data?

Look no further!

Installation

This plugin may be installed as discussed in Insomnia "Managing plugins" documentation.

  1. Open Insomnia
  2. Go to Application > Preferences
  3. Go to "Plugins" tab
  4. Type "insomnia-plugin-faker" in the "Install Plugin" field
  5. Click "Install Plugin"

Usage

Add general Faker Type

Use Template Tags (i.e., CTRL + SPACE, then find "Faker") to add Faker data types.

Screenshot

Example: randomly generated Zip code

If you want to use a random Zip code in the json body when executing a request:

  1. Place cursor on the field where the Zip code should be,
  2. Add quotation marks
  3. Press CTRL + SPACE, locate "Address" in the list
  4. Double-click "Faker โ‡’ Address"
  5. Select "ZipCode" in "Address" field

Screenshot


For a complete list of fake data types, refer to the list here: https://fakerjs.dev/guide/#overview


Limitations:

Be sure to reference the Faker API docs to determine what type of arguments should be passed to the Optional Modifier argument.

The Optional Modifier argument can take a string, or list of items, or a JSON encoded object as arguments. If you have to pass several arguments in at a time, try wrapping them in square brackets ([]).

The Optional Modifier cannot take a callback argument (as in the Helpers > Maybe option), and may not work correctly for every Faker function. YMMV.

TODO:

  • Figure out how to pull the Faker categories out programmatically. Currently, we just define them in a hard-coded array.
  • Better handling of the modifier argument (this should only show when an argument is able to passed to the Faker constructor).
  • Coercing of the modifier argument into the object type the Faker constructor is expecting. (Both of these items requires some way to know that what arguments and types the Faker constructor is expecting; if you know of a good way to figure this out, please let me know!)

insomnia-plugin-faker's People

Contributors

bbbco avatar chaosben avatar vtimofeenko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.