Closed psankhe28 closed 3 months ago
Latest commit: 1abf16ebe76b9d4c9198ced5183347e68a739934
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
elixir-cloud-components | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 12, 2024 3:17pm |
This pull request introduces a new endpoint to delete DRS objects by their ID. The implementation includes the addition of the deleteObject function in the drsAPI.ts file, complete with error handling and JSDoc comments. Corresponding documentation updates have been made in the README.md file to describe the new endpoint and its parameters.
Files | Changes |
---|---|
packages/ecc-client-elixir-drs-filer/src/API/Object/drsAPI.ts packages/ecc-client-elixir-drs-filer/src/API/Object/README.md |
Introduced a new deleteObject function to the DRS API and updated the documentation to reflect this new endpoint. |
@psankhe28, you can merge when you're ready
Description
It adds an endpoint to delete the drs object based on the object id
Fixes #(issue)
333
Checklist
Comments
Summary by Sourcery
Introduce a new endpoint to delete DRS objects by their ID and update the documentation to reflect this new functionality.
New Features:
Documentation: