module Github::Connection

Direct including types

Defined in:

github/connection.cr

Instance Method Summary

Instance Method Detail

def get(endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def http : HTTP::Client #

[View source]
def patch(endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def post(endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def request(method, endpoint, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]