{"id":13639823,"url":"https://github.com/tomholford/denurbit","last_synced_at":"2025-04-13T13:51:18.571Z","repository":{"id":106225321,"uuid":"337669877","full_name":"tomholford/denurbit","owner":"tomholford","description":"An Urbit API client implemented in Deno","archived":false,"fork":false,"pushed_at":"2021-03-23T20:37:17.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T04:51:17.494Z","etag":null,"topics":[],"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/tomholford.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}},"created_at":"2021-02-10T09:06:51.000Z","updated_at":"2022-01-03T22:56:43.000Z","dependencies_parsed_at":"2024-01-14T09:59:54.982Z","dependency_job_id":"17181d00-09ba-4ec3-9894-d3d4488668b8","html_url":"https://github.com/tomholford/denurbit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fdenurbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fdenurbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fdenurbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fdenurbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomholford","download_url":"https://codeload.github.com/tomholford/denurbit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724587,"owners_count":21151559,"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":[],"created_at":"2024-08-02T01:01:05.256Z","updated_at":"2025-04-13T13:51:18.550Z","avatar_url":"https://github.com/tomholford.png","language":"TypeScript","funding_links":[],"categories":["Developer Tools"],"sub_categories":["HTTP APIs"],"readme":"# denurbit\n\n[![awesome urbit badge](https://img.shields.io/badge/~-awesome%20urbit-lightgrey)](https://github.com/urbit/awesome-urbit)\n\nAn [Urbit](https://urbit.org/) API client implemented in\n[Deno](https://deno.land/).\n\n## Usage\n\n```ts\nimport { Config, Ship } from 'https://deno.land/x/denurbit';\n\nconfig = new Config(config_file: 'my_moon.json');\nship = new Ship(config);\n\nship.isAuthed\n# \u003e false\n\nship.authenticate\n\nship.isAuthed\n# \u003e true\n```\n\n## Test\n\nTests expect [a fake development ship](https://urbit.org/docs/development/environment/#creating-a-development-ship) to be running at `http://localost:80`\n\n```sh\n./bin/tests\n```\n\n## Roadmap\n\n- [x] Config\n- [ ] HTTP API Integration (*in progress*)\n  - [x] Authentication\n  - [ ] Open Channel\n  - [ ] Close Channel\n  - [ ] Send Message to Channel\n  - [ ] React to Message from Channel\n- [ ] Channel\n- [ ] Message\n- [ ] `graph-store` integration\n- [ ] `group-store` integration\n- [ ] `metadata-store` integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomholford%2Fdenurbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomholford%2Fdenurbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomholford%2Fdenurbit/lists"}