chore: tag denolib
This commit is contained in:
parent
a4dbedcd69
commit
073bc9f8e3
2
gitea.ts
2
gitea.ts
@ -29,7 +29,7 @@ export async function getRepositoryContent(owner:string,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (import.meta.main) {
|
if (import.meta.main) {
|
||||||
const results = await searchRepositoryWithTopic("deno");
|
const results = await searchRepositoryWithTopic("denolib");
|
||||||
console.log(results.data?.map((repo) => repo.full_name));
|
console.log(results.data?.map((repo) => repo.full_name));
|
||||||
const s = await getRepositoryContent("monoid", "script", "", "");
|
const s = await getRepositoryContent("monoid", "script", "", "");
|
||||||
console.log((s as ContentsResponse[]).map((x) => x.name));
|
console.log((s as ContentsResponse[]).map((x) => x.name));
|
||||||
|
Loading…
Reference in New Issue
Block a user