luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

[RP] Implement script reusability feature #43

Closed luka-j closed 1 year ago

luka-j commented 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.

luka-j commented 1 year ago

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.