{"id":20318268,"url":"https://github.com/feedeo/jopify","last_synced_at":"2026-06-08T15:32:09.753Z","repository":{"id":74675149,"uuid":"53676089","full_name":"feedeo/jopify","owner":"feedeo","description":":convenience_store: Shopify :coffee: Java Library","archived":false,"fork":false,"pushed_at":"2017-02-13T13:21:18.000Z","size":179,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T09:23:16.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.shopify.com","language":"Java","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/feedeo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2016-03-11T15:22:12.000Z","updated_at":"2016-07-19T09:45:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5a3077c-a52d-4bc2-b261-5781f096f43c","html_url":"https://github.com/feedeo/jopify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/feedeo/jopify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedeo%2Fjopify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedeo%2Fjopify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedeo%2Fjopify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedeo%2Fjopify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feedeo","download_url":"https://codeload.github.com/feedeo/jopify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedeo%2Fjopify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34069489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-14T18:38:43.462Z","updated_at":"2026-06-08T15:32:09.735Z","avatar_url":"https://github.com/feedeo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jopify: Shopify API Java Library\n[![][travis img]][travis]\n[![][release img]][release]\n[![][license img]][license]\n[![][codecov img]][codecov]\n\n## Features\n* __API call rate limiter__ - complies with a _leaky bucket_ algorithm with a _leak rate_ of 2 calls/second (no 429's coming your way :v:).\n\n## Installation\nAdd `jopify` to your `dependencies` block in your `pom.xml`.\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.feedeo\u003c/groupId\u003e\n  \u003cartifactId\u003ejopify\u003c/artifactId\u003e\n  \u003cversion\u003e0.2.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage :shipit:\nBuild a `ShopifySession` from an OAuth 2.0 access token and the shop name. Then instantiate the desired API service through `ShopifyService`.\n```java\nimport com.feedeo.shopify.*;\n\nString oAuth2AccessToken = \"my-oauth2-access-token\";\nString shopName = \"my-shop-name\";\n\nShopifySession session = new ShopifySession.Builder()\n  .withOAuth2AccessToken(oAuth2AccessToken)\n  .withShopName(shopName)\n  .build();\n\nShopifyService shopifyService = new ShopifyService();\n\nShopService shopService = shopifyService.getService(session, ShopService.class);\n\ntry {\n  Shop shop = shopService.getShop();\n} catch (ShopifyException e) {\n    e.printStackTrace();\n}\n```\n\n## Limitations\nAs of now it only supports a limited number of API services.\n\n* [Shop](https://docs.shopify.com/api/reference/shop) :white_check_mark:\n* [Product](https://docs.shopify.com/api/reference/product) :white_check_mark:\n\n## Documentation\nSee the [Javadoc](http://feedeo.github.io/jopify/javadoc/) for the library API.\n\n## Reference\n[Shopify API reference](https://docs.shopify.com/api/reference)\n\n[travis]:https://travis-ci.org/feedeo/jopify\n[travis img]:https://travis-ci.org/feedeo/jopify.svg?branch=master\n\n[release]:https://github.com/feedeo/jopify/releases\n[release img]:https://img.shields.io/github/release/feedeo/jopify.svg\n\n[license]:LICENSE\n[license img]:https://img.shields.io/badge/license-MIT-blue.svg\n\n[codecov]:https://codecov.io/github/feedeo/jopify?branch=master\n[codecov img]:https://codecov.io/github/feedeo/jopify/coverage.svg?branch=master","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeedeo%2Fjopify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeedeo%2Fjopify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeedeo%2Fjopify/lists"}