You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl --request GET 'http://localhost:8081//products/urn:nasa:pds:insight_rad::2.1/members' \
--header 'Accept: application/json'
or
curl --request GET 'http://localhost:8081//products/urn:nasa:pds:insight_rad::2.1/members/members' \
--header 'Accept: application/json'
I get an error:
{
"request": "//products/urn:nasa:pds:insight_rad::2.1/members",
"message": "The lidvid 'urn:nasa:pds:insight_rad::2.1' of type product does not support members membership"
}
🕵️ Expected behavior
I expected to get the collections (/members) or the observational products/documents (/memebers/members) of the bundle
Unless something has changed, it seems like the answer here is
if the error also exists for /classes/products/{identifier}/members, then (modify tests to) use /classes/bundles/{identifier}/members instead (which I personally think is a confusing requirement, but them's the breaks currently)
for deprecated endpoints (like /products/...), members/memberof subroutes are not and will not be implemented, and their equivalents aren't/won't be implemented for /products for the same reason as the previous bullet
Checked for duplicates
Yes - I've already checked
🐛 Describe the bug
When I want to see the members of a bundle:
--header 'Accept: application/json'
or
--header 'Accept: application/json'
I get an error:
{
"request": "//products/urn:nasa:pds:insight_rad::2.1/members",
"message": "The lidvid 'urn:nasa:pds:insight_rad::2.1' of type product does not support members membership"
}
🕵️ Expected behavior
I expected to get the collections (/members) or the observational products/documents (/memebers/members) of the bundle
📜 To Reproduce
See integration test cases in repository
registry
🖥 Environment Info
No response
📚 Version of Software Used
1.2.0-SNAPSHOT on main branch
🩺 Test Data / Additional context
No response
🦄 Related requirements
🦄 ##223
⚙️ Engineering Details
No response
The text was updated successfully, but these errors were encountered: