{"id":13741452,"url":"https://github.com/lpil/wimp-pushover","last_synced_at":"2026-03-18T21:49:59.488Z","repository":{"id":202926394,"uuid":"708443662","full_name":"lpil/wimp-pushover","owner":"lpil","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-06T13:27:20.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T23:06:06.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","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/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-10-22T15:26:36.000Z","updated_at":"2024-08-03T04:08:04.762Z","dependencies_parsed_at":null,"dependency_job_id":"208f9db2-6342-4e15-8b1b-b80788e50e52","html_url":"https://github.com/lpil/wimp-pushover","commit_stats":null,"previous_names":["lpil/wimp-pushover"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fwimp-pushover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fwimp-pushover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fwimp-pushover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fwimp-pushover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/wimp-pushover/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243753989,"owners_count":20342537,"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-03T04:00:59.353Z","updated_at":"2026-01-02T20:10:46.453Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["Push Notifications"],"readme":"# wimp\n\n[![Package Version](https://img.shields.io/hexpm/v/wimp)](https://hex.pm/packages/wimp)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/wimp/)\n\nA Gleam client for the Pushover push notification API.\n\n```sh\ngleam add wimp\n```\n```gleam\nimport wimp\nimport gleam/httpc\n\npub fn send_notification() {\n  let assert Ok(response) =\n    wimp.new(token: token, user: user, message: \"Hello, Joe!\")\n    |\u003e wimp.message_request\n    |\u003e httpc.send\n\n  response\n  |\u003e wimp.decode_message_response\n}\n```\n\nCode documentation can be found at \u003chttps://hexdocs.pm/wimp\u003e.\n\nMore information about the Pushover API can be found at \u003chttps://pushover.net/api\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fwimp-pushover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fwimp-pushover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fwimp-pushover/lists"}