{"id":22502471,"url":"https://github.com/dpritchett/helloextend-ruby-client","last_synced_at":"2026-04-18T06:36:27.235Z","repository":{"id":56876199,"uuid":"258557657","full_name":"dpritchett/helloextend-ruby-client","owner":"dpritchett","description":"💎 Ruby HTTP API client gem for the extend.com warranty service API","archived":false,"fork":false,"pushed_at":"2020-04-24T18:49:29.000Z","size":3297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-07T20:39:00.134Z","etag":null,"topics":["api-client","ecommerce","extend","http","openapi","ruby","swagger","warranties"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/helloextend_api_client","language":"JavaScript","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/dpritchett.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-24T15:55:25.000Z","updated_at":"2020-04-24T18:49:17.000Z","dependencies_parsed_at":"2022-08-20T11:30:55.308Z","dependency_job_id":null,"html_url":"https://github.com/dpritchett/helloextend-ruby-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dpritchett/helloextend-ruby-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpritchett%2Fhelloextend-ruby-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpritchett%2Fhelloextend-ruby-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpritchett%2Fhelloextend-ruby-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpritchett%2Fhelloextend-ruby-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpritchett","download_url":"https://codeload.github.com/dpritchett/helloextend-ruby-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpritchett%2Fhelloextend-ruby-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31959881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api-client","ecommerce","extend","http","openapi","ruby","swagger","warranties"],"created_at":"2024-12-06T23:18:48.057Z","updated_at":"2026-04-18T06:36:27.205Z","avatar_url":"https://github.com/dpritchett.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extend API autogenerated client in Ruby\n[![Gem Version](https://badge.fury.io/rb/helloextend_api_client.svg)](https://badge.fury.io/rb/helloextend_api_client)\n[![CircleCI build status for master branch](https://circleci.com/gh/dpritchett/helloextend-ruby-client.svg?style=shield)](https://circleci.com/gh/dpritchett/helloextend-ruby-client)\n\n![ruby client demo screencast](./img/extend-ruby-api-demo.gif)\n\n## HOWTO\n\n* Register for an Extend merchant demo account at https://demo.merchants.extend.com/login\n\n* Copy your Extend sandbox credentials from https://demo.merchants.extend.com/dashboard/settings into environment variables:\n```bash\n# from https://demo.merchants.extend.com/dashboard/settings\n\nexport EXTEND_STORE_ID=\"my-store-id\nexport EXTEND_API_KEY=\"my-api-key\"\n```\n\n* (OPTIONAL — I [checked in a copy already](./reference/openapi_spec.json)) Find the current swagger source from extend's site. This part was hard — they don't explicitly publish it!\n\n* Download that source as `./reference/openapi_spec.json`\n\n* Generate a new ruby client from that spec: `make build-ruby-client` (uses a docker image to generate ruby bindings from the JSON file)\n\n* Build and install the resulting ruby gem:\n```console\n\u003e make install-gem\ncd ./clients/ruby \u0026\u0026 \\\n\tgem build openapi_client.gemspec \u0026\u0026 \\\n\tgem install ./openapi_client-1.0.0.gem\n  Successfully built RubyGem\n  Name: openapi_client\n  Version: 1.0.0\n  File: openapi_client-1.0.0.gem\nSuccessfully installed openapi_client-1.0.0\nParsing documentation for openapi_client-1.0.0\nInstalling ri documentation for openapi_client-1.0.0\nDone installing documentation for openapi_client after 1 seconds\n1 gem installed\n```\n\n* Execute [the test client](./test_client.rb) to create a new product for your store via the demo(sandbox) API:\n\n```console\n\u003e ruby ./test_client.rb\n{:brand=\u003e\"ACME Brand\", :createdAt=\u003e1587580830481.0, :enabled=\u003efalse, :title=\u003e\"Product title\", :updatedAt=\u003e1587580830481.0, :referenceId=\u003e\"2895\", :plans=\u003e[]}\n#\u003cOpenapiClient::Product:0x00007f9ea5951348\n @brand=\"ACME Brand\",\n @created_at=1587580830481.0,\n @enabled=false,\n @plans=[],\n @reference_id=\"2895\",\n @title=\"Product title\",\n @updated_at=1587580830481.0\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpritchett%2Fhelloextend-ruby-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpritchett%2Fhelloextend-ruby-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpritchett%2Fhelloextend-ruby-client/lists"}