{"id":13509574,"url":"https://github.com/epsanchezma/pagexduty","last_synced_at":"2026-02-21T18:02:25.751Z","repository":{"id":32514441,"uuid":"36095521","full_name":"epsanchezma/pagexduty","owner":"epsanchezma","description":"Elixir client for PagerDuty","archived":false,"fork":false,"pushed_at":"2015-06-01T18:07:19.000Z","size":131,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-02-08T09:59:36.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/epsanchezma.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":"2015-05-22T21:13:56.000Z","updated_at":"2023-09-05T12:59:49.000Z","dependencies_parsed_at":"2022-09-05T09:01:11.127Z","dependency_job_id":null,"html_url":"https://github.com/epsanchezma/pagexduty","commit_stats":null,"previous_names":["ride/pagexduty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epsanchezma/pagexduty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsanchezma%2Fpagexduty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsanchezma%2Fpagexduty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsanchezma%2Fpagexduty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsanchezma%2Fpagexduty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epsanchezma","download_url":"https://codeload.github.com/epsanchezma/pagexduty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsanchezma%2Fpagexduty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-01T02:01:09.840Z","updated_at":"2026-02-21T18:02:25.497Z","avatar_url":"https://github.com/epsanchezma.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"Pagexduty\n=========\n\nPagerDuty client for Elixir. \n\n## Installing\n\nAdd pagexduty as a dependency to your project:\n\n```elixir\n  defp deps do\n    [{:pagexduty, \"~\u003e 0.1.0\"}]\n  end\n```\n\nAnd add pagexduty to applications list:\n\n```elixir\n  def application do\n    [applications: [:pagexduty]]\n  end\n```\n\nFinally fetch and compile dependency:\n\n```\nmix deps.get\nmix deps.compile\n```\n\n## Examples\n\n```elixir\n\n# Create an incident only with a description\n\nPagexduty.Server.trigger(\"Something is not right\")\n\n# Create an incident with a description and details\n\nPagexduty.Server.trigger(\"You know nothing, Server Snow\", %{\"detail\" =\u003e \"something\"})\n\n# Create an incident with a description and incident_key\n\nPagexduty.Server.trigger(\"An error occurred\", \"srv01/HTTP\")\n\n# Create a incident with a description, incident_key and details\n\nPagexduty.Server.trigger(\"An error occurred\", \"srv01/HTTP\", %{\"detail\" =\u003e \"something\"})\n\n```\n\n## License\n\npagexduty is copyright (c) 2015 Ride Group Inc and contributors.\n\nThe source code is released under the MIT License.\n\nCheck [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepsanchezma%2Fpagexduty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepsanchezma%2Fpagexduty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepsanchezma%2Fpagexduty/lists"}