{"id":15044596,"url":"https://github.com/elastic/elastic-transport-ruby","last_synced_at":"2025-04-04T14:08:50.277Z","repository":{"id":38456618,"uuid":"374626367","full_name":"elastic/elastic-transport-ruby","owner":"elastic","description":"Transport classes and utilities shared among Ruby Elastic client libraries ","archived":false,"fork":false,"pushed_at":"2025-02-18T15:50:12.000Z","size":764,"stargazers_count":5,"open_issues_count":4,"forks_count":19,"subscribers_count":190,"default_branch":"main","last_synced_at":"2025-03-28T13:11:08.806Z","etag":null,"topics":["elastic","http","http-client","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-07T10:33:09.000Z","updated_at":"2025-02-18T15:50:05.000Z","dependencies_parsed_at":"2023-12-27T16:32:17.054Z","dependency_job_id":"0a33d180-3ede-43ec-a1d0-ca47b916ff0d","html_url":"https://github.com/elastic/elastic-transport-ruby","commit_stats":{"total_commits":471,"total_committers":52,"mean_commits":9.057692307692308,"dds":0.6560509554140128,"last_synced_commit":"07c4509c7c6e8e732916adab447f4fc4f694a97d"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felastic-transport-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felastic-transport-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felastic-transport-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felastic-transport-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastic","download_url":"https://codeload.github.com/elastic/elastic-transport-ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190252,"owners_count":20898702,"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":["elastic","http","http-client","ruby"],"created_at":"2024-09-24T20:50:46.738Z","updated_at":"2025-04-04T14:08:50.250Z","avatar_url":"https://github.com/elastic.png","language":"Ruby","readme":"# Elastic Transport\n[![8.1 tests](https://github.com/elastic/elastic-transport-ruby/actions/workflows/tests.yml/badge.svg?branch=8.1)](https://github.com/elastic/elastic-transport-ruby/actions/workflows/tests.yml)\n[![Run tests](https://github.com/elastic/elastic-transport-ruby/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/elastic/elastic-transport-ruby/actions/workflows/tests.yml)\n\nThis gem provides a low-level Ruby client for connecting to an [Elastic](http://elastic.co) cluster. It powers both the [Elasticsearch client](https://github.com/elasticsearch/elasticsearch-ruby/) and the [Elastic Enterprise Search](https://github.com/elastic/enterprise-search-ruby/) client.\n\nIn the simplest form, connect to Elasticsearch running on `http://localhost:9200` without any configuration:\n\n```ruby\nrequire 'elastic/transport'\n\nclient = Elastic::Transport::Client.new\nresponse = client.perform_request('GET', '_cluster/health')\n# =\u003e #\u003cElastic::Transport::Transport::Response:0x007fc5d506ce38 @status=200, @body={ ... } \u003e\n```\n\n**Refer to [the official documentation on Elastic Transport](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/transport.html).**\n\n**Refer to [Advanced Configuration](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/advanced-config.html) to read about more configuration options.**\n\n## Compatibility\n\nThis gem is compatible with maintained Ruby versions. See [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/). We don't provide support to versions which have reached their end of life.\n\n## Development and Community\n\nSee [CONTRIBUTING](./CONTRIBUTING.md).\n\n## License\n\nThis software is licensed under the [Apache 2 license](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Felastic-transport-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastic%2Felastic-transport-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Felastic-transport-ruby/lists"}