Blueprint projects
- Frontend
- Blueprint assignments
- Blueprint builders
- Blueprint general
- Blueprint how to
- Blueprint tools
- Backend
Postman
Set up project
Log in at: https://emendis-bp.postman.co/
Fork the boilerplate
- Go to the Capturum workspace
- Click on
Collections - Click on 3 dot menu
Boilerplate 8.x - In the menu press
Create a fork - Fill in the form, and uncheck
Watch original collection
Fork the environments
- Go to the Capturum workspace
- Click on
Environments - Click on 3 dot menu
Project - 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}}"
}