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).
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).