module GitHub::REST::Artifacts
Overview
This module is specifically for interacting with the Artifacts endpoints GitHub offers us to use. see GitHub Artifacts endpoints
Direct including types
Defined in:
githubcr/rest.crInstance Method Summary
-
#delete_artifact(owner : String, repository : String, artifact_id : String) : Nil
NOTE If raises error, the artifact was not found.
-
#download_artifact
TODO
- #get_artifact(owner : String, repository : String, artifact_id : String) : Artifact
- #list_repo_artifacts(owner : String, repository : String) : Artifact
- #list_run_artifacts(owner : String, repository : String, run_id : String) : Artifact
Instance Method Detail
def delete_artifact(owner : String, repository : String, artifact_id : String) : Nil
#
NOTE If raises error, the artifact was not found.