-
Notifications
You must be signed in to change notification settings - Fork 104
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
fix(Rest): new endpoint will help to get the package details by projectID #2893
Conversation
021356c
to
210053c
Compare
I didn't had time to test this PR but @nikkuma7 the changes looks like this endpoint will return lot of additional data along with the package info. This endpoint should only return the linked packages and nothing else to keep it lightweight. Please confirm if the output is inline with the same. |
@GMishx , Hi Gaurav, only the package details are appearing in the response. See the response below: The project ID 2bf2cd2fb522c85dd7dac44eb64ffac2 has two packages added, but only the package details are being returned in the response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good
@amritkv please test this PR |
…ctId. Signed-off-by: Nikesh kumar <[email protected]>
210053c
to
203f20e
Compare
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved by @amritkv
…ctId.
Issue: Closes #2896
Suggest Reviewer
How To Test?
get: http://localhost:8080/resource/api/projects/{projectId}/packages
Checklist
Must: