MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / pages

Method pages

node/src/resources/keys.ts:33–37  ·  view source on GitHub ↗
(opts: KeysListOptions = {})

Source from the content-addressed store, hash-verified

31 }
32
33 pages(opts: KeysListOptions = {}): AsyncGenerator<ApiKeyList> {
34 return this.pagesOffset((page) =>
35 this.list({ page, perPage: opts.perPage, fleetId: opts.fleetId }),
36 );
37 }
38
39 /** Mint a key — `rawToken` is returned only here. */
40 async issue(opts: { name: string; expiresInDays?: number; fleetId?: string }): Promise<IssueKeyResponse> {

Callers

nothing calls this directly

Calls 1

listMethod · 0.95

Tested by

no test coverage detected