subasraj / flashpost-support

Flashpost is a lightweight Rest API Client Extension for Visual Studio Code.
MIT License
10 stars 0 forks source link

Flashpost VS Code extension

Flashpost VS Code extension enables you to develop and test your REST APIs directly from Visual Studio Code.

Features

💡 How to use ?

Importing / Creating New Collections

Run Collection

Scriptless Testing

Code Snippet

Code snippet generation is available for the following languages

Open request view and click the [</>] icon to see the Code Tab



Set Environment Variables

Flashpost Extension Settings

History View

Environments View

Use predefined variables to return values

Flashpost uses the faker library to generate sample data, including random names, addresses, email addresses, and much more. You can use these pre-defined variables multiple times to return different values per request.

You can use these variables like any other variable in Flashpost. Their values are generated at the time of execution and their names start with a $ symbol, for example $guid or $timestamp.

For a completed list of dynamic variables please visit - Random Variables List