Closed luka-j closed 1 year ago
Implement some kind of, at least, an #include-like feature. It should allow content from other (loaded) script to be used by the current script.
Added Include field to ApiConfig, which can be used to reference another ApiConfig (by name and version) and its Steps. Endpoints of included ApiConfigs are ignored.
Implement some kind of, at least, an #include-like feature. It should allow content from other (loaded) script to be used by the current script.