{"id":24345947,"url":"https://github.com/larevanchedessites/yooda-api-ruby-client","last_synced_at":"2026-04-21T15:36:04.298Z","repository":{"id":56899160,"uuid":"110957876","full_name":"larevanchedessites/yooda-api-ruby-client","owner":"larevanchedessites","description":"💎 Gem to wrap Yooda.com API","archived":false,"fork":false,"pushed_at":"2018-03-15T15:00:53.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-02T04:41:57.472Z","etag":null,"topics":["ruby","ruby-gem","ruby-library","ruby-on-rails","rubygem","yooda-client"],"latest_commit_sha":null,"homepage":"","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/larevanchedessites.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-16T10:30:18.000Z","updated_at":"2018-07-24T09:09:58.000Z","dependencies_parsed_at":"2022-08-20T18:20:32.891Z","dependency_job_id":null,"html_url":"https://github.com/larevanchedessites/yooda-api-ruby-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/larevanchedessites/yooda-api-ruby-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larevanchedessites%2Fyooda-api-ruby-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larevanchedessites%2Fyooda-api-ruby-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larevanchedessites%2Fyooda-api-ruby-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larevanchedessites%2Fyooda-api-ruby-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larevanchedessites","download_url":"https://codeload.github.com/larevanchedessites/yooda-api-ruby-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larevanchedessites%2Fyooda-api-ruby-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32098195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-gem","ruby-library","ruby-on-rails","rubygem","yooda-client"],"created_at":"2025-01-18T10:21:26.947Z","updated_at":"2026-04-21T15:36:04.267Z","avatar_url":"https://github.com/larevanchedessites.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Ruby wrapper for the Yooda API\nA simple and lightweight ruby module for working with Yooda via the Yooda API. Learn about the Yooda API at https://api.yooda.com/doc.\n\n[La revanche des sites](http://www.la-revanche-des-sites.fr) ❤️ [Yooda](https://www.yooda.com), so if you have problems using the gem or would like to see support for new endpoints, please open an issue. We'll get it resolved as quick as we can.\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'yooda-client'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install yooda-client\n\n## Usage\n```ruby\nclient = Yooda::Client.new(apikey: \"ok\")\n\nclient.credits\nclient.histories\nclient.histories(request_date: Date.today.strftime(\"%Y-%m-%d\"))\nclient.histories(return_max: 2, return_initial_position: 2)\n\nclient.domain_informations(\"www.la-revanche-des-sites.fr\")\nclient.domain_market_kpi(1484887)\nclient.keywords_market_by_domain(1484887, return_max: 2, return_initial_position: 2)\n\nclient.keyword_informations(\"SEO\")\nclient.keyword_market_kpi(124)\nclient.keywords_market_by_keyword(124, return_max: 2, return_initial_position: 2)\n```\n\n## Contributing\nBug reports and pull requests are welcome on GitHub at https://github.com/larevanchedessites/yooda-api-ruby-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## History\nView the [changelog](https://github.com/larevanchedessites/yooda-api-ruby-client/blob/master/CHANGELOG.md). This gem follows [Semantic Versioning](http://semver.org/).\n\n## License\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\nSee [LICENSE](https://github.com/larevanchedessites/yooda-api-ruby-client/blob/master/LICENSE.txt) for details.\n\n## Code of Conduct\n\nEveryone interacting in the project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/larevanchedessites/yooda-api-ruby-client/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarevanchedessites%2Fyooda-api-ruby-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarevanchedessites%2Fyooda-api-ruby-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarevanchedessites%2Fyooda-api-ruby-client/lists"}