{"id":16239697,"url":"https://github.com/jalkoby/uni_sender_gem","last_synced_at":"2025-10-28T11:07:31.277Z","repository":{"id":1630257,"uuid":"2351616","full_name":"jalkoby/uni_sender_gem","owner":"jalkoby","description":"Gem that provides api for unisender.com.ua","archived":false,"fork":false,"pushed_at":"2017-01-17T14:06:19.000Z","size":19,"stargazers_count":4,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T04:41:37.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jeresig/retweet","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jalkoby.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-08T21:21:55.000Z","updated_at":"2017-01-17T14:06:21.000Z","dependencies_parsed_at":"2022-08-20T03:50:29.597Z","dependency_job_id":null,"html_url":"https://github.com/jalkoby/uni_sender_gem","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jalkoby/uni_sender_gem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Funi_sender_gem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Funi_sender_gem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Funi_sender_gem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Funi_sender_gem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalkoby","download_url":"https://codeload.github.com/jalkoby/uni_sender_gem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Funi_sender_gem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419692,"owners_count":23308094,"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-10T13:44:44.426Z","updated_at":"2025-10-28T11:07:26.238Z","avatar_url":"https://github.com/jalkoby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= UniSender\n\n{\u003cimg src=\"https://travis-ci.org/jalkoby/uni_sender_gem.png\" /\u003e}[https://travis-ci.org/jalkoby/uni_sender_gem]\n\nuni_sender gem provides full dev kit to access to api of unisender.com.ua. It uses method_missing method to provide flexible functionality, so all methods will return hash that represents responce of server.\n\n== Installation\n\nIf you use bundler then add this\n\n  gem 'uni_sender'\n\nOr you can install it via gem command\n\n  gem install uni_sender\n\n== Getting Started\n\nGem provide class UniSender::Client for accessing server's api. For creating client you need you personal key\n\nclient = UniSender::Client.new('your secret key')\n\nGem provides non-sensitive style, so action getLits will equal to get_lists or Get_Lists\n\nBy default gem use english version of api. But you can change to another.\n\n  UniSender::Client.new('api key', 'ru') #use russian language\n\nIf api action requires some params you can pass them via hash\n\n  UniSender::Client.new('api key').import_contacts(:field_names =\u003e [ \"email\", \"email_list_ids\" ], :data =\u003e {0 =\u003e [\"test@example.com\", \"123\"] })\n\n== Dependencies\n\nThat gem supports ruby 1.8+\n\n== Wikis\n\nFor more information about actions and returned answers please visit:\n\n*  {UniSender Api list}[http://unisender.com.ua/help/api]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalkoby%2Funi_sender_gem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalkoby%2Funi_sender_gem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalkoby%2Funi_sender_gem/lists"}