MCPcopy Index your code
hub / github.com/varHarrie/varharrie.github.io / listRepositories

Method listRepositories

src/services/github.ts:206–210  ·  view source on GitHub ↗
(options: ListRepositoriesOptions)

Source from the content-addressed store, hash-verified

204 }
205
206 public listRepositories(options: ListRepositoriesOptions): Promise<Repository[]> {
207 const { type, sort, direction, page, pageSize } = options;
208 const query = { type, sort, direction, page, per_page: pageSize };
209 return this.request('GET', `/users/${this.owner}/repos`, query);
210 }
211}
212
213export default new Github(

Callers 1

ProjectsFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected