{"id":17645604,"url":"https://github.com/doublemarket/luminati-ruby","last_synced_at":"2025-10-08T07:15:04.118Z","repository":{"id":56882405,"uuid":"341600141","full_name":"doublemarket/luminati-ruby","owner":"doublemarket","description":"A Ruby interface to the Luminati API","archived":false,"fork":false,"pushed_at":"2021-02-24T01:20:26.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-26T19:03:47.872Z","etag":null,"topics":["luminati","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/luminati-ruby","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/doublemarket.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}},"created_at":"2021-02-23T15:30:29.000Z","updated_at":"2021-02-24T01:21:52.000Z","dependencies_parsed_at":"2022-08-20T23:10:49.610Z","dependency_job_id":null,"html_url":"https://github.com/doublemarket/luminati-ruby","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublemarket%2Fluminati-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublemarket%2Fluminati-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublemarket%2Fluminati-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doublemarket%2Fluminati-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doublemarket","download_url":"https://codeload.github.com/doublemarket/luminati-ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285816,"owners_count":20752958,"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":["luminati","ruby"],"created_at":"2024-10-23T10:57:54.383Z","updated_at":"2025-10-08T07:14:59.084Z","avatar_url":"https://github.com/doublemarket.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luminati-ruby\n\nA Ruby interface to the [Luminati API](https://luminati.io/doc/api).\n\n**Caution: This gem currently supports only selected endpoints of the existing API.** Those are missing:\n\n- Some endpoints of [the Account management API](https://luminati.io/doc/api#account_api).\n- [Proxy Manager API](https://luminati.io/doc/api#lpm_endpoints)\n\nCheck out the [documentation](https://rubydoc.info/gems/luminati-ruby) for which ones are supported.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'luminati-ruby'\n```\n\nAnd then execute:\n\n```\n$ bundle install\n```\n\nOr install it yourself as:\n\n```\n$ gem install luminati-ruby\n```\n\n## Usage\n\nGet `Luminati::Client` by calling `Luminati::Client.new` with an API token. You can get your API token via https://luminati.io/cp/setting.\n\n```\nclient = Luminati::Client.new(\"your api token\")\n```\n\nand call any methods you want to use:\n\n```\nclient.active_zones\n=\u003e [{\"name\"=\u003e\"testzone01\", \"type\"=\u003e\"dc\"}]\n```\n\nAlso refer to the documentation https://rubydoc.info/gems/luminati-ruby\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/doublemarket/luminati-ruby.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublemarket%2Fluminati-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoublemarket%2Fluminati-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoublemarket%2Fluminati-ruby/lists"}