EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.56k stars 68 forks source link

No inheritance for collections #183

Open eloraux opened 1 month ago

eloraux commented 1 month ago

Hi, Yaade is deployed with docker in version latest version (1.7.1).

I have collection in collection like this : image

Its very useful for organization by project. When I put environment variable, headers or whatever in parent collection, the variable is not define in children's collection.

For example i set "DOMAIN" variable for the domain of the entire project

image

DOMAIN variable is "unknown" in request of "test one" collection

image

I don't know if is bug or feature but but it would be cool and more user frendly to have it. Best regards, Elian for Tétras Libre.

jonrosner commented 1 month ago

environment inheritance is on the list of features being implemented.