organizations property

OrganizationsService get organizations

Service for organization related methods of the GitHub API.

Implementation

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