Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/GitHubClients/OrgClient.ts>OrgClient#getAll

Various HTTP clients for miscellaneous use.
Go to Latest
method OrgClient.prototype.getAll
import { OrgClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/OrgClient.ts";

Gets the given page of public or private members where the quantity of the page is the the given qtyPerPage, where the members have the given qtyPerPage, where the members have the given member role.

Parameters

privateOrPublic: MemberVisibility

The page of results to return.

optional
page = [UNSUPPORTED]

The total to return per page.

optional
qtyPerPage = [UNSUPPORTED]

The member role to filter by.

optional
role: OrgMemberRole = [UNSUPPORTED]

Returns

Promise<[UserModel[], Response]>

The list of private members for the organization.