{"id":16978531,"url":"https://github.com/hbjydev/denocto","last_synced_at":"2026-04-20T05:35:28.542Z","repository":{"id":125992457,"uuid":"214722045","full_name":"hbjydev/denocto","owner":"hbjydev","description":"A GitHub API wrapper for Deno","archived":false,"fork":false,"pushed_at":"2020-05-13T00:29:21.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T22:42:10.174Z","etag":null,"topics":["api","deno","github","module","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hbjydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-12T22:09:59.000Z","updated_at":"2021-02-12T17:12:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d033246-515a-44b1-bb60-29783a40128d","html_url":"https://github.com/hbjydev/denocto","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hbjydev/denocto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Fdenocto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Fdenocto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Fdenocto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Fdenocto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbjydev","download_url":"https://codeload.github.com/hbjydev/denocto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbjydev%2Fdenocto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32034859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","deno","github","module","typescript"],"created_at":"2024-10-14T01:43:39.726Z","updated_at":"2026-04-20T05:35:28.527Z","avatar_url":"https://github.com/hbjydev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Denocto\n\nA GitHub API Wrapper for [Deno](https://deno.land).\n\n## Testing\n\nTo run the unit tests for this API wrapper, it's as simple as running the following:\n\n```\n$ deno run **/*_test.ts --allow-env --allow-net\n```\n\nAnd to use a token with it, set the `GITHUB_TOKEN` environment variable.\n\n## Usage\n\n### Users\n\n```ts\nimport { getUser } from \"https://denopkg.com/haydennyyy/denocto/user.ts\"\n\ngetUser(\"haydennyyy\")\n  .then(res =\u003e {\n    console.log(res.login) // \"haydennyyy\"\n  })\n  .catch(err =\u003e {\n    console.error(err);\n  });\n```\n\n#### getUser\n\n| Argument | Type    | Description                         |\n|----------|---------|-------------------------------------|\n| username | string  | The username to get information for |\n| token    | string? | The token to get information with   |\n\n## Gists\n\nDocumentation coming soon...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbjydev%2Fdenocto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbjydev%2Fdenocto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbjydev%2Fdenocto/lists"}