{"id":18247832,"url":"https://github.com/juhalehtonen/ex_uptimerobot","last_synced_at":"2025-04-04T15:31:49.347Z","repository":{"id":62429501,"uuid":"89781274","full_name":"juhalehtonen/ex_uptimerobot","owner":"juhalehtonen","description":"Small Elixir wrapper for Uptime Robot API","archived":false,"fork":false,"pushed_at":"2017-10-09T10:59:09.000Z","size":67,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T21:15:22.115Z","etag":null,"topics":["elixir-wrapper","uptimerobot-api"],"latest_commit_sha":null,"homepage":"","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/juhalehtonen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-29T11:29:02.000Z","updated_at":"2023-09-10T08:49:13.000Z","dependencies_parsed_at":"2022-11-01T20:02:12.532Z","dependency_job_id":null,"html_url":"https://github.com/juhalehtonen/ex_uptimerobot","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juhalehtonen%2Fex_uptimerobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juhalehtonen%2Fex_uptimerobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juhalehtonen%2Fex_uptimerobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juhalehtonen%2Fex_uptimerobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juhalehtonen","download_url":"https://codeload.github.com/juhalehtonen/ex_uptimerobot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247202912,"owners_count":20900869,"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":["elixir-wrapper","uptimerobot-api"],"created_at":"2024-11-05T09:33:55.635Z","updated_at":"2025-04-04T15:31:44.334Z","avatar_url":"https://github.com/juhalehtonen.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExUptimerobot\n\n[![Build Status](https://travis-ci.org/juhalehtonen/ex_uptimerobot.svg?branch=master)](https://travis-ci.org/juhalehtonen/ex_uptimerobot)\n\nA simple Elixir wrapper for the https://uptimerobot.com/ API (v2) service.\n\nTo use this library, see both [the official API documentation](https://uptimerobot.com/api) as well as the [ex_uptimerobot docs on Hexdocs](https://hexdocs.pm/ex_uptimerobot/api-reference.html).\n\n## Installation\n\n1. Add `ex_uptimerobot` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:ex_uptimerobot, \"~\u003e 0.4.0\"}]\nend\n```\n\n2. Run `mix deps.get`\n\n3. Configure with your Uptime Robot API key, either via:\n\n```elixir\nconfig :ex_uptimerobot, :api_key, \"your-uptimerobot-api-key\"\n```\n\nor by setting the `EXUPTIMEROBOT_API_KEY` system environment variable.\n\n## Using ExUptimerobot\n\nExample usage:\n\n- Get all monitors: `ExUptimerobot.Monitor.get_monitors()`\n- Add a new monitor: `ExUptimerobot.Monitor.new_monitor([friendly_name: \"Elixir Lang\", url: \"http://elixir-lang.org/\", type: 1])`\n- Get account details: `ExUptimerobot.Account.get_account_details()`\n- Get all alert contacts: `ExUptimerobot.AlertContact.get_alert_contacts()`\n\n## Documentation\n\nDocs can be found at [https://hexdocs.pm/ex_uptimerobot](https://hexdocs.pm/ex_uptimerobot).\n\n## Testing\n\n- ExUnit: `mix test`\n- Dialyzer: `mix dialyzer`\n- Coveralls: `mix coveralls`\n- Credo: `mix credo --strict`\n\n## License\n\nMade available under the MIT license. See [LICENSE](LICENSE.md) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuhalehtonen%2Fex_uptimerobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuhalehtonen%2Fex_uptimerobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuhalehtonen%2Fex_uptimerobot/lists"}