{"id":16520393,"url":"https://github.com/grgbishow/network-manager","last_synced_at":"2026-06-08T19:31:47.881Z","repository":{"id":200797929,"uuid":"150993373","full_name":"GRGBISHOW/Network-Manager","owner":"GRGBISHOW","description":"Network Layer based on Alamofire. ","archived":false,"fork":false,"pushed_at":"2019-03-23T07:15:05.000Z","size":401,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T23:42:44.546Z","etag":null,"topics":["alamofire","codable","ios","iosdevelopment","network","rxcocoa","rxswift","swift","unittest"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/GRGBISHOW.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}},"created_at":"2018-09-30T18:17:45.000Z","updated_at":"2024-05-09T07:37:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"c73df460-d4e1-4b9b-a2aa-9718632c6c25","html_url":"https://github.com/GRGBISHOW/Network-Manager","commit_stats":null,"previous_names":["grgbishow/network-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GRGBISHOW/Network-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRGBISHOW%2FNetwork-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRGBISHOW%2FNetwork-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRGBISHOW%2FNetwork-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRGBISHOW%2FNetwork-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GRGBISHOW","download_url":"https://codeload.github.com/GRGBISHOW/Network-Manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GRGBISHOW%2FNetwork-Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34078019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alamofire","codable","ios","iosdevelopment","network","rxcocoa","rxswift","swift","unittest"],"created_at":"2024-10-11T16:50:42.445Z","updated_at":"2026-06-08T19:31:47.860Z","avatar_url":"https://github.com/GRGBISHOW.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Network Manager\n\nNetwork Manager is a network layer based on RxAlamofire and Alamofire. Network Manager is centralized class to do all the requests and manage errors in reactive way.\n\n# Usage\n\n\n``` Swift\nenum NetworkClients {\n    static let userDataService = NetWorkManager().createClient(withPath: \"user/2\", method: .get)\n}\n```\n\n``` Swift\n func getUserData() {\n        _ = userDataService.request().parse(toType: DataModel\u003cUser\u003e.self).subscribe(onSuccess: { (model) in\n            print(model.data)\n        }) { (error) in\n            print(error.localizedDescription)\n        }\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrgbishow%2Fnetwork-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrgbishow%2Fnetwork-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrgbishow%2Fnetwork-manager/lists"}