{"id":16118818,"url":"https://github.com/sammers21/money-transfer-api","last_synced_at":"2026-04-28T00:31:41.210Z","repository":{"id":70199658,"uuid":"147859057","full_name":"Sammers21/money-transfer-api","owner":"Sammers21","description":"Simple RESTful API  for money transfers between users","archived":false,"fork":false,"pushed_at":"2019-09-16T15:14:48.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T22:01:53.668Z","etag":null,"topics":["java","money","restful-api","transfer","vertx"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sammers21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-09-07T18:13:03.000Z","updated_at":"2019-09-16T15:17:02.000Z","dependencies_parsed_at":"2023-03-20T23:21:17.412Z","dependency_job_id":null,"html_url":"https://github.com/Sammers21/money-transfer-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Sammers21/money-transfer-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammers21%2Fmoney-transfer-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammers21%2Fmoney-transfer-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammers21%2Fmoney-transfer-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammers21%2Fmoney-transfer-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sammers21","download_url":"https://codeload.github.com/Sammers21/money-transfer-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sammers21%2Fmoney-transfer-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["java","money","restful-api","transfer","vertx"],"created_at":"2024-10-09T20:50:41.050Z","updated_at":"2026-04-28T00:31:41.195Z","avatar_url":"https://github.com/Sammers21.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# money-transfer-api\n\n[![Build Status](https://travis-ci.org/Sammers21/money-transfer-api.svg?branch=master)](https://travis-ci.org/Sammers21/money-transfer-api)\n\n## Design\n\nThis app has 4 endpoints:\n\n1. `GET /user/\u003cnick\u003e` - get user information by nick\n2. `GET /user/\u003cnick\u003e/withdraw?sum=\u003csum\u003e` - withdraw any sum of money\n3. `GET /user/\u003cnick\u003e/contribute?sum=\u003csum\u003e` - contribute any sum of money\n4. `GET/user/\u003cnick\u003e/transfer?sum=\u003csum\u003e\u0026to=\u003cnick\u003e` - transfer money between users\n\nIt is also assumed that:\n* there is no currencies, exchange rates, transactions, only abstract sums of money\n* each user is an account itself\n\n## Builing \u0026 Running\n\nBuilding jar with all dependecies:\n```bash\n./gradlew jar\n```\n\nStandalone executable jar can be found at _build/libs/money-transfer-api.jar_.\nSo you can run this jar:\n```\njava -jar build/libs/money-transfer-api.jar\n```\n\nThe app will be listening on port 8080.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammers21%2Fmoney-transfer-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammers21%2Fmoney-transfer-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammers21%2Fmoney-transfer-api/lists"}