{"id":12047938,"url":"https://github.com/jcrqr/octono","last_synced_at":"2025-08-27T09:02:36.062Z","repository":{"id":62422219,"uuid":"396357207","full_name":"jcrqr/octono","owner":"jcrqr","description":"🍂 GitHub REST API for Deno projects","archived":false,"fork":false,"pushed_at":"2021-09-11T13:05:46.000Z","size":184,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T08:02:06.087Z","etag":null,"topics":["deno","github","github-rest-api","octokit","openapi"],"latest_commit_sha":null,"homepage":"https://deno.land/x/octono","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcrqr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-15T13:20:22.000Z","updated_at":"2022-01-30T14:13:24.000Z","dependencies_parsed_at":"2022-11-01T17:32:32.491Z","dependency_job_id":null,"html_url":"https://github.com/jcrqr/octono","commit_stats":null,"previous_names":["crqra/octono","jcrqr/octono"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Foctono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Foctono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Foctono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Foctono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcrqr","download_url":"https://codeload.github.com/jcrqr/octono/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236777859,"owners_count":19203117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["deno","github","github-rest-api","octokit","openapi"],"created_at":"2024-07-03T14:16:58.303Z","updated_at":"2025-02-02T09:31:29.384Z","avatar_url":"https://github.com/jcrqr.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# :fallen_leaf: Octono\n\n\u003e GitHub REST API for Deno projects.\n\n:construction: Under active development. **DO NOT** use in production.\n\n## Installation\n\n```typescript\nimport { Octono } from \"https://deno.land/x/octono@v0.0.1/mod.ts\";\n```\n\n## Usage\n\n```typescript\nimport { request } from \"https://deno.land/x/octono@v0.0.3/mod.ts\";\n\nconst resp = await Octono.request(\"GET /users/{username}/repos\", {\n  username: \"octocat\"\n})\n\nconst repos = await resp.json();\n\nfor (const repo of repos) {\n  console.log(`Found repo: ${repo.full_name} (${repo.stargazers_count} stars)`);\n}\n```\n\nSee [example.ts](example.ts). Use `deno run --allow-env --allow-net example.ts` to run it.\n\n## Permissions\n\nThis module requires `--allow-env` and `--allow-net` permissions.\n\n## Contributing\n\nPlease, see [CONTRIBUTING.md](CONTRIBUTING.md) to learn how you can contribute to this repository.\n\n## License\n\nThis project is released under the [MIT License](/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrqr%2Foctono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcrqr%2Foctono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrqr%2Foctono/lists"}