{"id":21232801,"url":"https://github.com/hotstu/rxfetch","last_synced_at":"2025-03-15T02:42:20.866Z","repository":{"id":57733444,"uuid":"375876615","full_name":"hotstu/RxFetch","owner":"hotstu","description":"an easy to use http request library based on RxJava \u0026 OkHttp  一个简单易用的Http请求库，基于RxJava和OkHttp封装","archived":false,"fork":false,"pushed_at":"2022-01-27T01:58:42.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T18:33:45.031Z","etag":null,"topics":["http","okhttp3","rxjava"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hotstu.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}},"created_at":"2021-06-11T01:55:00.000Z","updated_at":"2022-01-27T01:56:54.000Z","dependencies_parsed_at":"2022-09-26T22:11:24.705Z","dependency_job_id":null,"html_url":"https://github.com/hotstu/RxFetch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotstu%2FRxFetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotstu%2FRxFetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotstu%2FRxFetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hotstu%2FRxFetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hotstu","download_url":"https://codeload.github.com/hotstu/RxFetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676707,"owners_count":20329431,"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":["http","okhttp3","rxjava"],"created_at":"2024-11-20T23:54:44.434Z","updated_at":"2025-03-15T02:42:20.832Z","avatar_url":"https://github.com/hotstu.png","language":"Java","readme":"# RxFetch\n\nan easy to use http request library based on RxJava \u0026 OkHttp\n\n一个简单易用的Http请求库，　基于RxJava和OkHttp封装\n\n支持类型自动转换，支持Gson　、　Moshi, 可扩展\n```\n        OkHttpClient build = new OkHttpClient.Builder().build();\n        fetch = new RxFetch(build, new GsonTypeAdapter(), new JsoupTypeAdapter());\n```\n\n```\n        fetch.\u003cBean\u003eget(\"http://example.com/get\", params,Bean.class)\n                .observeOn(Schedulers.io())\n                .subscribeOn(AndroidSchedulers.mainThread())\n                .subscribe(s -\u003e {\n                    System.out.println(s.msg);\n                    }\n                }, throwable -\u003e fail());\n```\n\n\n# download:\n```\nimplementation(\"io.github.hotstu.rxfetch:lib:1.0.0\")\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotstu%2Frxfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotstu%2Frxfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotstu%2Frxfetch/lists"}