{"id":21331042,"url":"https://github.com/vladkostikov/novofon","last_synced_at":"2025-07-12T09:31:23.066Z","repository":{"id":200957959,"uuid":"706595226","full_name":"vladkostikov/novofon","owner":"vladkostikov","description":"Gem for Novofon — Virtual Phone System, Phone numbers and PBX","archived":false,"fork":false,"pushed_at":"2023-10-26T03:11:17.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:23:57.176Z","etag":null,"topics":["ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://novofon.com","language":"Ruby","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/vladkostikov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-18T08:58:51.000Z","updated_at":"2023-10-26T03:12:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"74c00960-cb4d-408c-b5fe-447b1a189430","html_url":"https://github.com/vladkostikov/novofon","commit_stats":null,"previous_names":["vladkostikov/novofon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vladkostikov/novofon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fnovofon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fnovofon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fnovofon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fnovofon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladkostikov","download_url":"https://codeload.github.com/vladkostikov/novofon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fnovofon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264972147,"owners_count":23691375,"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":["ruby","ruby-on-rails"],"created_at":"2024-11-21T22:28:39.976Z","updated_at":"2025-07-12T09:31:22.805Z","avatar_url":"https://github.com/vladkostikov.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Novofon\n\nNovofon — Virtual Phone System, Phone numbers and PBX  \n[Official documentation API Novofon](https://novofon.com/instructions/api/)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n`gem \"novofon\"`\n\nAnd then execute:\n\n`bundle install`\n\nOr install it yourself as:\n\n`gem install novofon`\n\n## Usage\n\n```ruby\nNovofon.api_key = \"YOUR_API_KEY\"\nNovofon.api_secret = \"YOUR_API_SECRET\"\nNovofon.log_requests = false # default\n\nNovofon::Client.balance\n```\n\nor\n\n```ruby\nclient = Novofon::Client.new(\"YOUR_API_KEY\", \"YOUR_API_SECRET\")\nclient.balance\n```\n\n## Available methods\n\nYou can use the available methods or use `.request`\n\n```ruby\nNovofon::Client.request(:method, \"path\", params = {})\nNovofon::Client.request(:get, \"/info/balance/\")\n```\n\n* `balance` - user balance\n* `price(number)` - call price\n* `callback(from, to, params = {})` - request callback\n* `checknumber(caller_id, to, code, params = {})` - number verification\n* `sip` - list user’s SIP-numbers\n* `set_sip_caller(id, number)` - change of CallerID\n* `redirection(params = {})` - get call forwarding status on SIP-numbers\n* `set_redirect(id, params)` - enable/disable sip forwarding\n* `pbx_internal` - list PBX internal numbers\n* `pbx_record(id, status, params = {})` - toggle call recording\n* `send_sms(number, message, params = {})` - send sms\n* `statistics(date_start, date_end, params = {})` - get stats\n* `pbx_statistics(date_start, date_end)` - get PBX stats\n* `direct_numbers` - information about the user's phone numbers\n* `direct_numbers_available(direction_id)` - numbers available for order\n* `direct_numbers_countries` - list of countries numbers can be ordered from\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladkostikov%2Fnovofon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladkostikov%2Fnovofon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladkostikov%2Fnovofon/lists"}