module GitHub::REST::WorkflowJobs

Overview

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

Direct including types

Defined in:

githubcr/rest.cr

Instance Method Summary

Instance Method Detail

def get_workflow_job(owner : String, repository : String, job_id : String) : WorkflowJob #

[View source]
def get_workflow_job_logs #

TODO


[View source]
def list_workflow_run_jobs(owner : String, repository : String, run_id : String) : WorkflowRunJobs #

TODO Add filters


[View source]