module GitHub::REST::Workflows

Overview

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

Direct including types

Defined in:

githubcr/rest.cr

Instance Method Summary

Instance Method Detail

def get_workflows(owner : String, repository : String, workflow_id : String) : Workflow #

[View source]
def list_workflows(owner : String, repository : String) : Workflow #

[View source]