Postman

Set up project

Log in at: https://emendis-bp.postman.co/

Fork the boilerplate

  1. Go to the Capturum workspace
  2. Click on Collections
  3. Click on 3 dot menu Boilerplate 8.x
  4. In the menu press Create a fork
  5. Fill in the form, and uncheck Watch original collection

Fork the environments

  1. Go to the Capturum workspace
  2. Click on Environments
  3. Click on 3 dot menu Project
  4. In the menu press Create a Fork

Repeat this step for local, test and accept. The default values are shared between team members, the current value is not shared. So every developer can use the same env

Features

reusing id’s

You can view an example in the Blueprint settings requests

  • On index the first result will be saved in the variable settingId
  • The view route is using that ID
  • The update route is using that ID

Randomizer

Use the {{randomizer}} to program your fake data in your postman requests.

Example user store

{
    "name": "New User {{randomizer}}",
    "email": "new-user-{{randomizer}}@emendis.nl",
    "locale_id": "{{localeId}}"
}