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

Engineer - ProdOps-SDK - Add Delete Artifact Support #16

Closed
5 tasks
estreeper opened this issue Apr 24, 2024 · 0 comments
Closed
5 tasks

Engineer - ProdOps-SDK - Add Delete Artifact Support #16

estreeper opened this issue Apr 24, 2024 · 0 comments
Assignees

Comments

@estreeper
Copy link
Collaborator

Background

Integrate a delete artifact function into ProdOps-SDK-Elixir.

Acceptance Criteria

Scenario: Delete an artifact using the SDK

  • Given I am an authenticated SDK user
  • When I execute the delete method with a valid artifact_type_slug and artifact_type_id
  • Then the SDK should send a DELETE request to /api/v1/artifact_types/<artifact_type_slug>/artifacts/<artifact_type_id>
  • And the artifact should be deleted from the system
  • And the SDK should return a confirmation of the deletion.

created by jackson.oberkirch+prodops@revelry.co using Prodops

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

No branches or pull requests

2 participants