Hi,
We recently started using Bruno hoping we can finally collaborate efficiently using git when it comes to API Requests. Previously we used postman, where I had environment variables, whose values were json objects and arrays and it was working just fine. Unfortunately I cannot seem to create such environment variables with Bru lang. Example:
Environment variable as object:
contactData: {
phoneNumber: 12345678910
emailAddress: test@test.com
address: {
street: 5th Avenue
houseNumber: 12
zipCode: 10110
city: New York
country: USA
}
}
Environment variables as array:
books: [
{
title: any Title
price: 25
},
{
title: another title
price: 50
}
]
Is this possible? If not, can we have this as a new feature?
Hi, We recently started using Bruno hoping we can finally collaborate efficiently using git when it comes to API Requests. Previously we used postman, where I had environment variables, whose values were json objects and arrays and it was working just fine. Unfortunately I cannot seem to create such environment variables with Bru lang. Example:
Environment variable as object:
Environment variables as array:
Is this possible? If not, can we have this as a new feature?