{"id":28194283,"url":"https://github.com/monkey-projects/pushover-clj","last_synced_at":"2025-05-16T13:12:05.458Z","repository":{"id":228814796,"uuid":"774985216","full_name":"monkey-projects/pushover-clj","owner":"monkey-projects","description":"Clojure lib to call the Pushover API","archived":false,"fork":false,"pushed_at":"2024-10-18T07:56:27.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T10:46:51.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monkey-projects.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-20T14:59:33.000Z","updated_at":"2024-10-18T07:36:47.000Z","dependencies_parsed_at":"2024-04-03T10:55:34.520Z","dependency_job_id":null,"html_url":"https://github.com/monkey-projects/pushover-clj","commit_stats":null,"previous_names":["monkey-projects/pushover-clj"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkey-projects%2Fpushover-clj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkey-projects%2Fpushover-clj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkey-projects%2Fpushover-clj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkey-projects%2Fpushover-clj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monkey-projects","download_url":"https://codeload.github.com/monkey-projects/pushover-clj/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535800,"owners_count":22087399,"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":"2025-05-16T13:11:48.117Z","updated_at":"2025-05-16T13:12:05.450Z","avatar_url":"https://github.com/monkey-projects.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pushover Clj\n\nThis is a Clojure library to talk to the [Pushover API](https://pushover.net/api).  It uses\n[Martian](https://github.com/oliyh/martian) to build the requests.\n\n# Usage\n\nInclude it in your project:\n\n```clojure\n{:deps {com.monkeyprojects/pushover-clj {:mvn/version 0.1.0-SNAPSHOT}}}\n```\n\nThe functionality can be found in namespace `monkey.pushover.core`.  First create a client,\nthen invoke the `post-message` function:\n\n```clojure\n(require '[monkey.pushover.core :as p])\n\n;; Create a client with default opts\n(def client (p/make-client {}))\n\n;; Post a message\n(p/post-message client {:token \"secret-app-token\"\n                        :user \"dest-user-id\"\n\t\t\t:message \"Hi, this is a message from pushover-clj\"!})\n```\n\nWe use [HttpKit](https://github.com/http-kit/http-kit) as a backend so the requests\nreturn a future.  It's up to you to `defer` it or do something else with it.\n\n# TODO\n\n - Add support for attachments\n - Add other API requests\n - Allow to specify the token once on client creation instead of with each call\n - Integration tests\n\n# License\n\nCopyright (c) 2024 by [Monkey Projects BV](https://www.monkey-projects.be)\n\n[GPL v3 License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonkey-projects%2Fpushover-clj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonkey-projects%2Fpushover-clj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonkey-projects%2Fpushover-clj/lists"}