luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

[RP] Implement config parsing #99

Closed luka-j closed 1 year ago

luka-j commented 1 year ago

Parse request processor configs to actionable structures. Pick a well-supported declarative format (e.g. YAML) as a base. Request processor should take configs in this format and parse them into structures that are practical for request execution.

Request processor should keep a list of steps for every api, version, endpoint and method. Supported steps should at least include: copy/insert, delete, http, if, foreach, cco (for CCO operations).