← Prev in month
← Prev in thread
[OASIS Issue Tracker] (ODATA-900) Cross-service naviation and service versioning
Ralf Handl created ODATA-900:
--------------------------------
Summary: Cross-service naviation and service versioning
Key: ODATA-900
URL: https://issues.oasis-open.org/browse/ODATA-900
Project: OASIS Open Data Protocol (OData) TC
Issue Type: Bug
Components: OData Protocol, OData URL Conventions
Affects Versions: V4.0_ERRATA02
Reporter: Ralf Handl
Fix For: V4.01_WD01
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
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
← Prev in month
← Prev in thread