{"id":13639860,"url":"https://github.com/figbus/elm-urbit-api","last_synced_at":"2026-02-22T05:32:43.672Z","repository":{"id":48386659,"uuid":"374189375","full_name":"figbus/elm-urbit-api","owner":"figbus","description":"Elm wrapper for the Urbit HTTP API","archived":false,"fork":false,"pushed_at":"2021-11-03T04:21:22.000Z","size":192,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T01:33:13.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/figbus/elm-urbit-api/latest/","language":"Elm","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/figbus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-05T18:46:54.000Z","updated_at":"2023-05-01T07:34:31.000Z","dependencies_parsed_at":"2022-09-13T23:23:06.102Z","dependency_job_id":null,"html_url":"https://github.com/figbus/elm-urbit-api","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/figbus/elm-urbit-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figbus%2Felm-urbit-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figbus%2Felm-urbit-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figbus%2Felm-urbit-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figbus%2Felm-urbit-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/figbus","download_url":"https://codeload.github.com/figbus/elm-urbit-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/figbus%2Felm-urbit-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29705536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T03:17:42.375Z","status":"ssl_error","status_checked_at":"2026-02-22T03:17:31.622Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-02T01:01:05.576Z","updated_at":"2026-02-22T05:32:43.655Z","avatar_url":"https://github.com/figbus.png","language":"Elm","funding_links":[],"categories":["Developer Tools"],"sub_categories":["HTTP APIs"],"readme":"# Elm Urbit HTTP API\n\n[![](https://img.shields.io/badge/~-awesome%20urbit-lightgrey)](https://github.com/urbit/awesome-urbit)\n\nThis is an Elm wrapper for the [Urbit](https://urbit.org/) HTTP API, making it\neasy to interact with Urbit from any Elm application.\n\n## Examples\n\n```elm\nimport Random\nimport Time\nimport Json.Encode\nimport Urbit\n\nconnect : Int -\u003e Time.Posix -\u003e Cmd Msg\nconnect entropy time =\n    Urbit.connect\n        { ship = zod\n        , url = \"http://localhost:8080\"\n        , channelId =\n            Random.initialSeed entropy\n                |\u003e Random.step (Urbit.channelId time)\n                |\u003e Tuple.first\n        , code = \"lidlut-tabwed-pillex-ridrup\"\n        }\n        GotConnection\n\npoke : Urbit.Session -\u003e ( Urbit.Session, Cmd Msg )\npoke session =\n    Urbit.poke\n        { ship = zod\n        , app = \"hood\"\n        , mark = \"helm-hi\"\n        , json = Json.Encode.string \"opening airlock\"\n        }\n        |\u003e Urbit.send session PokedHood\n```\n\nSee the `example/` folder for a more complete example.\n\n## Ports Disclaimer\n\nBecause Elm does not support the [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource)\nAPI, some additional work is required to create the ports necessary for most\nfunctionality. See the `Urbit.setupEventSource` documentation for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigbus%2Felm-urbit-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffigbus%2Felm-urbit-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigbus%2Felm-urbit-api/lists"}