Skip to content

Add content-schema-version for post and get requests (closes #21 and #26)

Type of change

  • [] Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, and if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a change that must be documented in the README.md file?

  • [No]

Updates description?

  1. Add support and validation for content-schema-version in 'Accept' header
  2. Adds version to ddms_urn in post requests
  3. Retrieve dataset_id according to version
  4. Selects model according to content-schema-version
  5. Tests

Merge request reports