module Octokit::Client::Organizations

Overview

Methods for the Organizations API

See Also:

Direct including types

Defined in:

octokit/client/organizations.cr

Instance Method Summary

Instance Method Detail

def organization(organization) #

Get a single organization

See Also:


[View source]
def organizations #

List all GitHub organizations

This provides a list of every organization, in the order that they were created on GitHub.

See Also:


[View source]
def organizations_for_authenticated_user #

[View source]
def organizations_for_user(user) #

[View source]