{"id":38795909,"url":"https://github.com/bifrurcated/wallet","last_synced_at":"2026-01-17T12:42:47.355Z","repository":{"id":216797554,"uuid":"742376737","full_name":"bifrurcated/wallet","owner":"bifrurcated","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-19T09:07:16.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-20T00:55:54.260Z","etag":null,"topics":["integration-testing","jdbc","liquebase","mockmvc","restcontrolleradvice","webmvc"],"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/bifrurcated.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}},"created_at":"2024-01-12T10:39:53.000Z","updated_at":"2024-01-20T00:55:54.260Z","dependencies_parsed_at":"2024-01-17T13:12:17.329Z","dependency_job_id":null,"html_url":"https://github.com/bifrurcated/wallet","commit_stats":null,"previous_names":["bifrurcated/wallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bifrurcated/wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifrurcated%2Fwallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifrurcated%2Fwallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifrurcated%2Fwallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifrurcated%2Fwallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bifrurcated","download_url":"https://codeload.github.com/bifrurcated/wallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifrurcated%2Fwallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["integration-testing","jdbc","liquebase","mockmvc","restcontrolleradvice","webmvc"],"created_at":"2026-01-17T12:42:47.288Z","updated_at":"2026-01-17T12:42:47.343Z","avatar_url":"https://github.com/bifrurcated.png","language":"Java","readme":"![build and test maven](https://github.com/bifrurcated/wallet/actions/workflows/CI.yml/badge.svg)\n# REST application\nСервис для управления кошельком\n## Usage\n### Запрос на изменения суммы денег в кошельке\nDEPOSIT - положить сумму денег \\\nWITHDRAW - снять сумму денег\n```\nPOST api/v1/wallet\n{\nwalletId: UUID,\noperationType: DEPOSIT or WITHDRAW,\namount: 1000\n}\n```\nExample:\n```\nPOST api/v1/wallet\n{\n  \"walletId\": \"1307c35d-31d6-41e4-a3df-6c240a22a067\",\n  \"operationType\": \"DEPOSIT\",\n  amount: 1000\n}\n```\nReturn:\n```\n{\n    \"id\": \"1307c35d-31d6-41e4-a3df-6c240a22a067\",\n    \"amount\": 9000.0\n}\n```\n\n### Вернуть баланс кошелька по UUID\n```\nGET api/v1/wallets/{WALLET_UUID}\n```\nExample:\n```\nGET api/v1/wallets/1307c35d-31d6-41e4-a3df-6c240a22a067\n```\nReturn:\n```\n{\n    \"amount\": 9000.0\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifrurcated%2Fwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbifrurcated%2Fwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifrurcated%2Fwallet/lists"}