Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose services of type dataProduct special #126

Open
swennemers opened this issue Feb 7, 2025 · 0 comments · May be fixed by #131
Open

Expose services of type dataProduct special #126

swennemers opened this issue Feb 7, 2025 · 0 comments · May be fixed by #131

Comments

@swennemers
Copy link
Contributor

swennemers commented Feb 7, 2025

To support a new service type for dataProduct exposure, we need these specially annotated services to be exposed as a special API resource.

If @DataIntegration.dataProduct.type: 'primary' (we ignore other values) should result in

"apiResources": [
    {
      //...
      "apiProtocol": "rest",
      "visibility": "internal",
      "direction": "outbound",
      "implementationStandard": "sap.dp:data-subscription-api:v1",
      "entryPoints": [],
      "resourceDefinitions": [
        {
          "type": "sap-csn-interop-effective-v1",
          "mediaType": "application/json",
          "url": "<tbd>/Product.csn.json",
          "accessStrategies": [
            {
              "type": "open"
            }
          ]
        }
      ],

```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants