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.cr

Instance Method Summary

Instance Method Detail

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

NOTE If raises error, the artifact was not found.


[View source]
def download_artifact #

TODO


[View source]
def get_artifact(owner : String, repository : String, artifact_id : String) : Artifact #

[View source]
def list_repo_artifacts(owner : String, repository : String) : Artifact #

[View source]
def list_run_artifacts(owner : String, repository : String, run_id : String) : Artifact #

[View source]