{"id":16356947,"url":"https://github.com/previousdeveloper/jakbank","last_synced_at":"2026-02-19T11:02:15.544Z","repository":{"id":148582041,"uuid":"56931918","full_name":"previousdeveloper/Jakbank","owner":"previousdeveloper","description":"Java client library for Akbank Api","archived":false,"fork":false,"pushed_at":"2016-04-23T22:57:46.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-22T04:59:14.550Z","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/previousdeveloper.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-04-23T17:29:07.000Z","updated_at":"2022-12-22T18:39:27.000Z","dependencies_parsed_at":"2023-05-20T14:45:24.520Z","dependency_job_id":null,"html_url":"https://github.com/previousdeveloper/Jakbank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/previousdeveloper/Jakbank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2FJakbank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2FJakbank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2FJakbank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2FJakbank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/previousdeveloper","download_url":"https://codeload.github.com/previousdeveloper/Jakbank/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousdeveloper%2FJakbank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29611002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"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":[],"created_at":"2024-10-11T01:44:36.924Z","updated_at":"2026-02-19T11:02:15.496Z","avatar_url":"https://github.com/previousdeveloper.png","language":"Java","readme":"# Jakbank\nJava client library for Akbank Api\n\n# Implementation\n\n\n## Configuration\nYou need to get apiKey from [here]('https://apiportal.akbank.com/')\n```Java\nString apiKey = \"\";\nString baseUrl = \"https://apigate.akbank.com/api/mock\";\n\nConfiguration config = new Configuration(apiKey,baseUrl);\n```\n\n## Client\nTo create a new JAkbankClient\n```Java\nIJAkbankClient client = new JAkbankClient(config);\n\n//Call Sync\nResponse\u003cCreditInterestRatesRecordReponse\u003e result = client.build().creditInterestRates(\"I\").execute();\n\nstring applicationEndDate =result.body().getData().getApplicationEndDate();\nint responseCode =result.code();\n\n//Call Async\nCall\u003cCreditInterestRatesRecordReponse\u003e result = client.build().creditInterestRates(\"t\");\n        result.enqueue(new Callback\u003cCreditInterestRatesRecordReponse\u003e() {\n            @Override\n            public void onResponse(Response\u003cCreditInterestRatesRecordReponse\u003e response) { }\n\n            @Override\n            public void onFailure(Throwable throwable) {\n\n            }\n        });\n```\n\n\n## Contributing\nIssues, pull requests and questions are welcomed.\n\n### Pull Requests\n - Fork the repository\n - Make changes\n - Ensure all tests pass and 100% code coverage is achieved\n - Raise pull request","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousdeveloper%2Fjakbank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreviousdeveloper%2Fjakbank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousdeveloper%2Fjakbank/lists"}