You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a hierarchy of environments with a key named path that would, at the root level have the base URL, while descendants' environments would add parts to the path
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I would like to have a hierarchy of environments with a key named
paththat would, at the root level have the base URL, while descendants' environments would add parts to the pathFor example, a hierarchy of environments:
"path": "https://example.org""path": "{parent.path}/api""path": "{parent.path}/v1"Would resolve to "https://example.org", "https://example.org/api" and "https://example.org/api/v1" in the root, child and grandchild environment respectively.
All reactions