{"id":17321437,"url":"https://github.com/tompave/clickatell_gw","last_synced_at":"2025-03-27T03:17:01.038Z","repository":{"id":14025536,"uuid":"16727561","full_name":"tompave/clickatell_gw","owner":"tompave","description":null,"archived":false,"fork":false,"pushed_at":"2014-02-11T18:23:23.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T08:41:47.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tompave.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":"2014-02-11T10:35:50.000Z","updated_at":"2014-02-11T18:23:23.000Z","dependencies_parsed_at":"2022-08-25T17:53:38.914Z","dependency_job_id":null,"html_url":"https://github.com/tompave/clickatell_gw","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/tompave%2Fclickatell_gw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tompave%2Fclickatell_gw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tompave%2Fclickatell_gw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tompave%2Fclickatell_gw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tompave","download_url":"https://codeload.github.com/tompave/clickatell_gw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245773175,"owners_count":20669720,"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":[],"created_at":"2024-10-15T13:37:35.980Z","updated_at":"2025-03-27T03:17:01.020Z","avatar_url":"https://github.com/tompave.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#clickatell_gw\n\nWrapper for the Clickatell API\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'clickatell_gw'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install clickatell_gw\n\n\n##Configuration\n\nAnywhere before creating a `ClickatellGW::API` object. In Rails, this can go in an initializer.\n\n```ruby\n\nClickatellGW.setup do |config|\n  config.api_id = \"\"\n  config.user = \"\"\n  config.password = \"\"\n  config.sender = \"\"\nend\n\n```\n\n##Use\n\n```ruby\nrequire 'clickatell_gw'\n\napi = ClickatellGW::API.new\napi.send_text body: \"Hello World!\", number: \"44123456789\"\n# =\u003e sent message id\n```\n\n##Caveats\n\nThe Cliclatell API can take up to 1-2 seconds to return a response.  \nIf this is an issue (e.g. during an HTTP request), consider using a background worker.\n\n##ToDo\n\n* Send messages on a secondary thread.\n* Add logging\n\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftompave%2Fclickatell_gw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftompave%2Fclickatell_gw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftompave%2Fclickatell_gw/lists"}