website / docs /postman /environment.json
Andrej Janchevski
Add postman collection and environment for API
8d87d9f
{
"id": "research-api-env",
"name": "Research API",
"values": [
{
"key": "base_url",
"value": "http://localhost:8000/api/v1",
"type": "default",
"enabled": true
},
{
"key": "base_url_prod",
"value": "https://bani57.pythonanywhere.com/api/v1",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment"
}