module

GitHub::REST::Artifacts

This module is specifically for interacting with the Artifacts endpoints GitHub offers us to use. see GitHub Artifacts endpoints

Instance methods

delete_artifact(owner : String, repository : String, artifact_id : String) : Nil

NOTE: If raises error, the artifact was not found.

Source
download_artifact

TODO

Source
get_artifact(owner : String, repository : String, artifact_id : String) : Artifact
Source
list_repo_artifacts(owner : String, repository : String) : Artifact
Source
list_run_artifacts(owner : String, repository : String, run_id : String) : Artifact
Source