Skip to content

Improve SFM worker API

damb requested to merge feature/clean-api into develop

This MR contains the following changes:

  • Rework the SFM worker input/output message format; the format tries to follow roughly the concepts specified by the json:api; though, json:api is not fully implemented
  • Remove obsolete and deprecated parameters
  • ModelResults are decoupled from the SFM worker ResponseData
  • The SFM worker response HTTP status code is independent from the model's status code

Note, that json:api provides recommendations on how to perform asynchronous processing on API level. However, I suggest to implement this improvement using another feature branch.

Edited by damb

Merge request reports