{"id":21302602,"url":"https://github.com/kevin-lyn/rxdratini","last_synced_at":"2026-05-17T00:40:29.632Z","repository":{"id":62453114,"uuid":"98798042","full_name":"kevin-lyn/RxDratini","owner":"kevin-lyn","description":"Dratini with RxSwift","archived":false,"fork":false,"pushed_at":"2017-09-29T08:54:57.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-04-25T09:41:27.312Z","etag":null,"topics":["ios","macos","network","network-layer","networking","reactive","reactive-programming","rxswift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/kevin-lyn.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":"2017-07-30T13:06:23.000Z","updated_at":"2017-09-10T03:53:43.000Z","dependencies_parsed_at":"2022-11-01T22:46:21.512Z","dependency_job_id":null,"html_url":"https://github.com/kevin-lyn/RxDratini","commit_stats":null,"previous_names":["kevin0571/rxdratini"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-lyn%2FRxDratini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-lyn%2FRxDratini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-lyn%2FRxDratini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-lyn%2FRxDratini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevin-lyn","download_url":"https://codeload.github.com/kevin-lyn/RxDratini/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243776515,"owners_count":20346352,"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":["ios","macos","network","network-layer","networking","reactive","reactive-programming","rxswift"],"created_at":"2024-11-21T15:56:56.447Z","updated_at":"2026-05-17T00:40:29.590Z","avatar_url":"https://github.com/kevin-lyn.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxDratini ![CI Status](https://travis-ci.org/kevin0571/RxDratini.svg?branch=master) [![codecov](https://codecov.io/gh/kevin0571/RxDratini/branch/master/graph/badge.svg)](https://codecov.io/gh/kevin0571/RxDratini) ![CocoaPods](http://img.shields.io/cocoapods/v/RxDratini.svg?style=flag) ![Carthage](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg) ![Swift Pacakge Manager](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg) ![License](https://img.shields.io/cocoapods/l/RxDratini.svg?style=flag)\nRxDratini provides [RxSwift](https://github.com/ReactiveX/RxSwift/) extensions for [Dratini](https://github.com/kevin0571/Dratini).\n\n## Requirements\n- Xcode 8.0+\n- Swift 3.0\n\n## Usage\n\n**CocoaPods**\n```ruby\npod 'RxDratini'\n```\n\n**Carthage**\n```ruby\ngithub \"kevin0571/RxDratini\"\n```\n\n**Swift Package Manager**\n```ruby\ndependencies: [\n    .Package(url: \"https://github.com/kevin0571/RxDratini.git\", majorVersion: 1)\n]\n```\n\n### Example\nSubscribe for request:\n```swift\n// requestQueue, request and disposeBag are already initialized\nrequest.asObservable(in: requestQueue).subscribe(onNext: { response in\n    // received response\n}, onError: { error in\n    // received error\n}).addDisposableTo(disposeBag)\n```\n\nSubscribe for response:\n```swift\n// requestQueue and disposeBag are already initialized\nTestGetResponse.asObservable(in: requestQueue).subscribe(onNext: { response in\n    // received response\n}, onError: { error in\n    // received error\n}).addDisposableTo(disposeBag)\n```\n\nFor usage of Dratini, please visit: https://github.com/kevin0571/Dratini\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-lyn%2Frxdratini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevin-lyn%2Frxdratini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-lyn%2Frxdratini/lists"}