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

Postman collection has typo or the source is wrong #42

Closed
miwamasa opened this issue Jul 21, 2023 · 1 comment · Fixed by #43
Closed

Postman collection has typo or the source is wrong #42

miwamasa opened this issue Jul 21, 2023 · 1 comment · Fixed by #43

Comments

@miwamasa
Copy link

Executing "1. Execute the request Client/1. Get dataset for asset failed.

Error 404 Not Found

It seems that path "datasets" should be "data" or the source code for handling this request is wrong.

Anyway, changing to "dataset" just worked fine for me.

{{consumer}}/api/automated/datasets?providerUrl={{provider-dsp}}&assetId={{asset-id}}

should be

{{consumer}}/api/automated/dataset?providerUrl={{provider-dsp}}&assetId={{asset-id}}

BreadcrumbsEDC-Extension-for-AAS/example/resources
/aas_edc_extension.postman_collection.json

         "name": "1. Get datasets for asset",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{consumer}}/api/automated/datasets?providerUrl={{provider-dsp}}&assetId={{asset-id}}",
              "host": [
                "{{consumer}}"
              ],
carlos-schmidt added a commit to carlos-schmidt/EDC-Extension-for-AAS that referenced this issue Jul 22, 2023
@carlos-schmidt
Copy link
Collaborator

Thanks for bringing this up!

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

Successfully merging a pull request may close this issue.

2 participants