organizations property

OrganizationsService organizations

Service for organization related methods of the GitHub API.

Implementation

OrganizationsService get organizations =>
    _organizations ??= OrganizationsService(this);