{"id":21432089,"url":"https://github.com/lookfirst/wepay-java-sdk","last_synced_at":"2025-06-11T17:32:29.561Z","repository":{"id":45536360,"uuid":"2622947","full_name":"lookfirst/WePay-Java-SDK","owner":"lookfirst","description":"A wonderful Java SDK for developing with WePay.","archived":false,"fork":false,"pushed_at":"2022-10-05T00:55:42.000Z","size":6653,"stargazers_count":14,"open_issues_count":2,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-08T08:52:02.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/lookfirst.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2011-10-21T20:35:36.000Z","updated_at":"2025-03-31T14:41:51.000Z","dependencies_parsed_at":"2022-09-26T21:41:18.756Z","dependency_job_id":null,"html_url":"https://github.com/lookfirst/WePay-Java-SDK","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/lookfirst/WePay-Java-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookfirst%2FWePay-Java-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookfirst%2FWePay-Java-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookfirst%2FWePay-Java-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookfirst%2FWePay-Java-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lookfirst","download_url":"https://codeload.github.com/lookfirst/WePay-Java-SDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lookfirst%2FWePay-Java-SDK/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259308157,"owners_count":22837974,"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-22T23:16:18.167Z","updated_at":"2025-06-11T17:32:29.542Z","avatar_url":"https://github.com/lookfirst.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"WePay Java SDK\n\nThis API implements v2 of the WePay API.\n\nIt is documented on their website:\n\nhttps://www.wepay.com/developer/reference\n\nIf you have any questions, feel free to contact me at latchkey@gmail.com\n\nMaven\n-----\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.lookfirst\u003c/groupId\u003e\n\t\u003cartifactId\u003eWePay-Java-SDK\u003c/artifactId\u003e\n\t\u003cversion\u003e2.0.11\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nTo do a release: `mvn clean deploy; mvn release:clean; mvn release:prepare; mvn release:perform`\n\nHow to use\n-----------\n\nFirst, become familiar with how their API works (see link above). Then, this is some code to get you started...\n\n    // Get an instance of the API. It is threadsafe.\n    WePayApi api = new WePayApi(new WePayKey(clientId, clientSecret, production));\n\n    // Generate a auth url\n    String url = api.getAuthorizationUri(Scope.getAll(), authRedirectUrl, myState);\n\n    // Use the code to generate a token.\n    Token token = api.getToken(code, authRedirectUrl);\n\n    // Getting details about a user using an AccessToken\n    WePayUser user = api.execute(token.getAccessToken(), new UserRequest());\n\n\nFrequently Asked Questions\n--------------------------\n\nQ: What is the license on this code?\n\nA: MIT License\n\nQ: Is this an official API from WePay?\n\nA: No. I don't have any connection with WePay other than I'm just a happy user of their product. They've been really responsive to me and I just wanted to give back a bit.\n\nQ: How is this project different from the one provided by WePay?\n\nA: We use Maven to do the build and the jar is deployed to Maven Central. The JSON serialization is performed using Jackson (cleaner) vs. GSON. We don't inflict you with dealing with OAuth2 as part of the API. One can argue that this project is more 'Java friendly' as the other API feels like it is written by someone new to Java. Honestly, we have no idea why WePay built their own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flookfirst%2Fwepay-java-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flookfirst%2Fwepay-java-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flookfirst%2Fwepay-java-sdk/lists"}