{"id":19120185,"url":"https://github.com/tcd/shopify_util","last_synced_at":"2025-02-22T12:42:41.566Z","repository":{"id":36644070,"uuid":"233143098","full_name":"tcd/shopify_util","owner":"tcd","description":"🛒 Useful interactions with Shopify ","archived":false,"fork":false,"pushed_at":"2023-01-20T21:44:58.000Z","size":40,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T08:14:15.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tcd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-01-10T22:48:48.000Z","updated_at":"2020-01-13T15:35:17.000Z","dependencies_parsed_at":"2023-02-12T05:30:34.294Z","dependency_job_id":null,"html_url":"https://github.com/tcd/shopify_util","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fshopify_util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fshopify_util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fshopify_util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fshopify_util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcd","download_url":"https://codeload.github.com/tcd/shopify_util/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240177055,"owners_count":19760308,"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-11-09T05:13:06.336Z","updated_at":"2025-02-22T12:42:41.519Z","avatar_url":"https://github.com/tcd.png","language":"Ruby","readme":"# ShopifyUtil\n\n![Shopify API Version](https://img.shields.io/badge/Shopify_API-2019--10-brightgreen.svg)\n[![Build Status](https://travis-ci.org/tcd/shopify_util.svg?branch=master)](https://travis-ci.org/tcd/shopify_util)\n\u003c!-- [![Inline docs](http://inch-ci.org/github/tcd/shopify_util.svg?branch=master\u0026style=shields)](http://inch-ci.org/github/tcd/shopify_util) --\u003e\n[![Documentation](http://img.shields.io/badge/docs-rubydoc.org-blue.svg)](https://rubydoc.org/github/tcd/shopify_util/master)\n\n## About\n\n\u003e **CAUTION** this gem contains code that can remove all data from a Shopify store. Make sure you look at code before you call it.\n\nUseful interactions with Shopify using the [shopify_api gem](https://github.com/Shopify/shopify_api).\n\n## Installation\n\n```ruby\ngem 'shopify_util', '~\u003e 0.1.0'\n```\n\n## Usage\n\n### Configuration\n\n#### With Rails\n\n```ruby\n# config/initializers/shopify_util.rb\n\nShopifyUtil.configure do |config|\n  # If you're using encrypted credentials with multiple environments.\n  vars = Rails.application.credentials[Rails.env.to_sym][:shopify]\n  config.shop_name    = vars[:shop_name]    # https://{shop_name}.myshopify.com\n  config.api_key      = vars[:api_key]      # API key\n  config.api_password = vars[:api_password] # API password\n  config.api_version  = vars[:api_version]  # Shopify API version\nend\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/tcd/shopify_util.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n---\n\n- https://guides.rubygems.org/name-your-gem/\n- https://guides.rubygems.org/patterns/\n- https://github.com/github/graphql-client/issues/216\n- https://medium.com/@connorstack/understanding-ruby-load-require-gems-bundler-and-rails-autoloading-from-the-bottom-up-3b422902ca0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcd%2Fshopify_util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcd%2Fshopify_util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcd%2Fshopify_util/lists"}