Uploaded image for project: 'OASIS Open Data Protocol (OData) TC'
  1. OASIS Open Data Protocol (OData) TC
  2. ODATA-900

Cross-service navigation and service versioning

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Major
    • Resolution: Won't Do
    • Affects Version/s: V4.0_ERRATA02
    • Fix Version/s: V4.02
    • Component/s: Protocol, URL Conventions
    • Labels:
      None
    • Proposal:
      Hide

      Close without action

      Show
      Close without action

      Description

      Assume Orders and Customers are in different services and have cross-service navigation properties to each other:
      GET Customers('ALFKI')/Orders
      GET Orders(4711)/Customer

      Now a new version v2 of the Customer service is published.

      Ideally the Order service now automatically navigates to the new (latest) Customer service without requiring a new version of the Order service, and in addition allows navigation to the old version:
      GET Orders(4711)/Customer -> navigates to Customer v2
      GET Orders(4711)/Customer;v1 -> navigates to Customer v1

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              handl Ralf Handl
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: