{"id":48838869,"url":"https://github.com/soenneker/soenneker.shopify.httpclients","last_synced_at":"2026-04-23T11:01:53.029Z","repository":{"id":346244746,"uuid":"1188356175","full_name":"soenneker/soenneker.shopify.httpclients","owner":"soenneker","description":"A thread-safe singleton HttpClient for Shopify's GraphQL integration.","archived":false,"fork":false,"pushed_at":"2026-04-22T05:26:50.000Z","size":53,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-22T07:31:48.941Z","etag":null,"topics":["csharp","dotnet","graph","graphql","graphqlhttpclient","httpclient","httpclients","shop","shopify","singleton"],"latest_commit_sha":null,"homepage":"https://soenneker.com","language":"C#","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/soenneker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"soenneker","thanks_dev":"soenneker"}},"created_at":"2026-03-22T00:43:55.000Z","updated_at":"2026-04-22T05:26:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/soenneker/soenneker.shopify.httpclients","commit_stats":null,"previous_names":["soenneker/soenneker.shopify.httpclients"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/soenneker/soenneker.shopify.httpclients","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.shopify.httpclients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.shopify.httpclients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.shopify.httpclients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.shopify.httpclients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soenneker","download_url":"https://codeload.github.com/soenneker/soenneker.shopify.httpclients/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.shopify.httpclients/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32158346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"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":["csharp","dotnet","graph","graphql","graphqlhttpclient","httpclient","httpclients","shop","shopify","singleton"],"created_at":"2026-04-15T01:01:17.434Z","updated_at":"2026-04-23T11:01:48.019Z","avatar_url":"https://github.com/soenneker.png","language":"C#","funding_links":["https://github.com/sponsors/soenneker","https://thanks.dev/soenneker"],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/nuget/v/soenneker.shopify.httpclients.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.shopify.httpclients/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.shopify.httpclients/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.shopify.httpclients/actions/workflows/publish-package.yml)\n[![](https://img.shields.io/nuget/dt/soenneker.shopify.httpclients.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.shopify.httpclients/)\n\n# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Shopify.HttpClients\n### A thread-safe singleton HttpClient for Shopify's GraphQL integration.\n\n## Installation\n\n```\ndotnet add package Soenneker.Shopify.HttpClients\n```\n\n## Configuration\n\n```json\n{\n  \"Shopify\": {\n    \"AccessToken\": \"your-access-token\",\n    \"StoreName\": \"your-store\",\n    \"ApiVersion\": \"2026-01\"\n  }\n}\n```\n\nThis resolves to `https://your-store.myshopify.com/admin/api/2026-01/graphql.json`.\n\nIf you need full control over the endpoint, set `Shopify:ClientBaseUrl` instead:\n\n```json\n{\n  \"Shopify\": {\n    \"AccessToken\": \"your-access-token\",\n    \"ClientBaseUrl\": \"https://your-store.myshopify.com/admin/api/2026-01/graphql.json\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.shopify.httpclients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoenneker%2Fsoenneker.shopify.httpclients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.shopify.httpclients/lists"}