{"id":22336792,"url":"https://github.com/faywong/android-json-rpc","last_synced_at":"2025-03-26T08:21:26.648Z","repository":{"id":17198402,"uuid":"19966229","full_name":"faywong/android-json-rpc","owner":"faywong","description":"android-json-rpc client library(fork from https://code.google.com/p/android-json-rpc)","archived":false,"fork":false,"pushed_at":"2014-08-10T05:05:21.000Z","size":608,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T09:43:05.073Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Magion/WernherChecker","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faywong.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}},"created_at":"2014-05-20T03:20:31.000Z","updated_at":"2024-10-08T04:46:33.000Z","dependencies_parsed_at":"2022-07-21T19:48:34.782Z","dependency_job_id":null,"html_url":"https://github.com/faywong/android-json-rpc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faywong%2Fandroid-json-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faywong%2Fandroid-json-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faywong%2Fandroid-json-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faywong%2Fandroid-json-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faywong","download_url":"https://codeload.github.com/faywong/android-json-rpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245615104,"owners_count":20644392,"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-12-04T06:07:59.947Z","updated_at":"2025-03-26T08:21:26.620Z","avatar_url":"https://github.com/faywong.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"android-json-rpc\n================\n\nandroid-json-rpc client library(fork from https://code.google.com/p/android-json-rpc)\n\n\nHow to use:\n===========\n\nSample code:\n\n        // Create client specifying JSON-RPC version 2.0\n        JSONRPCClient client = JSONRPCClient.create(\n                {your_server_service_url},\n                JSONRPCParams.Versions.VERSION_2);\n        client.setConnectionTimeout(3000);\n        client.setSoTimeout(3000);\n        // enable debug to inspect the raw request \u0026 response in your logcat output\n        client.setDebug(true);\n\n        try\n        {\n            int ret = client.callInt({remote_rpc_function}, params...);\n        } catch (JSONRPCException e) {\n            e.printStackTrace();\n        }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaywong%2Fandroid-json-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaywong%2Fandroid-json-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaywong%2Fandroid-json-rpc/lists"}