{"id":15288044,"url":"https://github.com/nexmo-community/nexmo-elixir","last_synced_at":"2025-04-13T06:34:20.414Z","repository":{"id":62430058,"uuid":"202762987","full_name":"nexmo-community/nexmo-elixir","owner":"nexmo-community","description":"An experimental Elixir client library for Nexmo","archived":false,"fork":false,"pushed_at":"2021-02-01T13:57:59.000Z","size":53,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-26T23:04:52.060Z","etag":null,"topics":["elixir","nexmo","sms"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/nexmo_elixir","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/nexmo-community.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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":"2019-08-16T16:31:54.000Z","updated_at":"2024-06-29T07:48:20.000Z","dependencies_parsed_at":"2022-11-01T20:05:22.678Z","dependency_job_id":null,"html_url":"https://github.com/nexmo-community/nexmo-elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Fnexmo-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Fnexmo-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Fnexmo-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexmo-community%2Fnexmo-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nexmo-community","download_url":"https://codeload.github.com/nexmo-community/nexmo-elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248674764,"owners_count":21143760,"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","nexmo","sms"],"created_at":"2024-09-30T15:43:55.333Z","updated_at":"2025-04-13T06:34:20.392Z","avatar_url":"https://github.com/nexmo-community.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexmo Elixir Client Library\n\n[![Build Status](https://travis-ci.org/nexmo-community/nexmo-elixir.svg?branch=main)](https://travis-ci.org/nexmo-community/nexmo-elixir)\n [![codecov](https://codecov.io/gh/nexmo-community/nexmo-elixir/branch/master/graph/badge.svg)](https://codecov.io/gh/nexmo-community/nexmo-elixir)\n\nThis is a work in progress Elixir client library for Nexmo. Functionality will be added for each Nexmo API service. Currently, this library supports the Account, Applications, Number Insight and SMS Nexmo APIs.\n\n* [Installation](#installation)\n  * [Hex](#hex)\n  * [Environment Variables](#environment-variables)\n* [Documentation](#documentation)\n* [Testing](#testing)\n* [License](#license)\n\n## Installation\n\n### Hex\n\nThe [Hex package](https://hex.pm/packages/nexmo_elixir) can be installed by adding `nexmo` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:nexmo, \"~\u003e 0.4.0\", hex: :nexmo_elixir}\n  ]\nend\n```\n\n### Environment Variables\n\nThe client library requires environment variables to be supplied in order to enable its functionality. You can find a [sample .env file](/.env.sample) in the root directory of the project. You need to supply your API credentials and the host names for the API endpoints in the `.env` file.\n\nYour Nexmo API credentials:\n* `NEXMO_API_KEY`\n* `NEXMO_API_SECRET`\n\nAPI host names:\n* `ACCOUNT_API_ENDPOINT=\"https://rest.nexmo.com/account\"`\n* `NUMBER_INSIGHT_API_ENDPOINT=\"https://api.nexmo.com/ni\"`\n* `SECRETS_API_ENDPOINT=\"https://api.nexmo.com/accounts\"`\n* `SMS_API_ENDPOINT=\"https://rest.nexmo.com/sms/json\"`\n\n# Documentation\n\n* Nexmo Elixir documentation: [https://hexdocs.pm/nexmo_elixir/api-reference.html](https://hexdocs.pm/nexmo_elixir/api-reference.html)\n* Nexmo API reference: [https://developer.nexmo.com/api](https://developer.nexmo.com/api)\n\n# Testing\n\nThe tests for Nexmo Elixir can be found in `/test/`. Each API service has its own testing suite and can be found in `/test/#{name_of_service}`, for example the SMS tests can be found in `/test/sms`. To run the testing suite execute `mix test` from the command line.\n\n# Appreciation\n\nThis project is built utilizing the wisdom and experience of earlier Nexmo Elixir projects, including from [KindyNowApp](https://github.com/KindyNowApp/ex_nexmo), [cbetta](https://github.com/cbetta/nexmo-elixir) and [adamrobbie](https://github.com/adamrobbie/exnexmo). Thank you all for your examples of interacting with Nexmo using Elixir!\n\n# License\n\nThis project is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo-community%2Fnexmo-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexmo-community%2Fnexmo-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo-community%2Fnexmo-elixir/lists"}