{"id":20508579,"url":"https://github.com/novuhq/novu-elixir","last_synced_at":"2025-12-11T23:32:27.557Z","repository":{"id":58241947,"uuid":"530745293","full_name":"novuhq/novu-elixir","owner":"novuhq","description":"Elixir SDK for Novu","archived":false,"fork":false,"pushed_at":"2024-02-29T20:14:33.000Z","size":114,"stargazers_count":29,"open_issues_count":7,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-13T22:08:49.686Z","etag":null,"topics":["elixir-lang","elixir-sdk","hacktoberfest","hacktoberfest-accepted","notifications","novu","sdk"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/novu","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/novuhq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"publiccode":null,"codemeta":null}},"created_at":"2022-08-30T16:44:35.000Z","updated_at":"2024-11-01T14:03:08.000Z","dependencies_parsed_at":"2023-11-09T16:28:53.232Z","dependency_job_id":"ad44d60f-ad7c-4c0b-893f-7478c0f0c5b8","html_url":"https://github.com/novuhq/novu-elixir","commit_stats":null,"previous_names":["novuhq/elixir"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novuhq%2Fnovu-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novuhq%2Fnovu-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novuhq%2Fnovu-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novuhq%2Fnovu-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/novuhq","download_url":"https://codeload.github.com/novuhq/novu-elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788939,"owners_count":21161727,"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-lang","elixir-sdk","hacktoberfest","hacktoberfest-accepted","notifications","novu","sdk"],"created_at":"2024-11-15T20:19:19.166Z","updated_at":"2025-12-11T23:32:22.524Z","avatar_url":"https://github.com/novuhq.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Novu\n\n[![CI](https://github.com/novuhq/elixir/actions/workflows/ci.yml/badge.svg)](https://github.com/novuhq/elixir/actions/workflows/ci.yml)\n\nAn Elixir SDK for [Novu](https://novu.co/).\n\n## Installation\n\nNovu is available on [hex.pm](https://hex.pm/packages/novu). Just add this line to your `mix.exs` file:\n\n\u003c!-- {x-release-please-start-version} --\u003e\n```elixir\ndef deps do\n  [\n    {:novu, \"~\u003e 0.3.0\"}\n  ]\nend\n```\n\u003c!-- {x-release-please-end} --\u003e\n\n## Configuration\n\nSome parameters are configurable for use during the execution of requests, typically in `config/config.exs`. The following variables can be configured:\n\n```elixir\nconfig :novu,\n  api_key: \"api_key\",  # required: your api key\n  domain: \"domain\",  # required: your domain\n  wait_min: 1000,  # optional: the minimum time to retry a request is milliseconds (default: 1000)\n  wait_max: 10_000,  # optional: the maximum time to retry a request is milliseconds (default: 10_000)\n  max_retries: 3,  # optional: the amount of retries in case of responses 408/429/500/502/503/504 (default: 0)\n  retry_log_level: :warning  # optional: the log level to emit retry logs at. Can be set to false do disable logging (default: :warning)\n```\n\n## Documentation\n\nDocumentation is generated using `ex_doc` and published to [HexDocs](https://hexdocs.pm/novu/readme.html) on new releases. This is automatic, so our only ask is ensure public functions have proper documentation and examples provided.\n\n## Contributing\n\nFirst off, thank you for for showing an interest in contributing to the Elixir SDK for Novu! We have created a [contributing guide](./CONTRIBUTING.md) that will show you how to setup a development environment and how to open pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovuhq%2Fnovu-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovuhq%2Fnovu-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovuhq%2Fnovu-elixir/lists"}