{"id":20624901,"url":"https://github.com/essentiaone/essentia-network-core-ios","last_synced_at":"2025-07-22T17:03:38.588Z","repository":{"id":56931992,"uuid":"148909678","full_name":"essentiaone/essentia-network-core-ios","owner":"essentiaone","description":"Wrapper of NSURLRequest","archived":false,"fork":false,"pushed_at":"2019-07-18T10:12:50.000Z","size":231,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-07-19T16:03:48.794Z","etag":null,"topics":["networkmanager","nsurlrequest","swift"],"latest_commit_sha":null,"homepage":"","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/essentiaone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-15T14:33:33.000Z","updated_at":"2024-12-06T07:35:28.000Z","dependencies_parsed_at":"2022-08-21T05:50:28.788Z","dependency_job_id":null,"html_url":"https://github.com/essentiaone/essentia-network-core-ios","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/essentiaone/essentia-network-core-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentiaone%2Fessentia-network-core-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentiaone%2Fessentia-network-core-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentiaone%2Fessentia-network-core-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentiaone%2Fessentia-network-core-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/essentiaone","download_url":"https://codeload.github.com/essentiaone/essentia-network-core-ios/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentiaone%2Fessentia-network-core-ios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266535695,"owners_count":23944275,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["networkmanager","nsurlrequest","swift"],"created_at":"2024-11-16T13:07:16.296Z","updated_at":"2025-07-22T17:03:38.569Z","avatar_url":"https://github.com/essentiaone.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/essentiaone/essentia-network-core-ios.svg?branch=develop)](https://travis-ci.com/essentiaone/essentia-network-core-ios)\n[![Badge w/ Version](https://cocoapod-badges.herokuapp.com/v/essentia-network-core-ios/badge.png)](https://cocoadocs.org/docsets/essentia-network-core-ios)\n[![Badge w/ Platform](https://cocoapod-badges.herokuapp.com/p/essentia-network-core-ios/badge.svg)](https://cocoadocs.org/docsets/essentia-network-core-ios)\n[![Badge w/ Licence](https://cocoapod-badges.herokuapp.com/l/essentia-network-core-ios/badge.svg)](https://cocoadocs.org/docsets/essentia-network-core-ios)\n\n# Network Core\nNetwork core it is library which wraps NSURLRequest in an easy way.\n## Usage\n1. Make enum which inherited of RequestProtocol\n```Swift\nenum TestEndpoint: RequestProtocol {\nvar path: String {\n    return \"/todos/1\"\n}\nvar extraHeaders: [String : String]? {\n    return nil\n}\nvar parameters: [String : Any]? {\n    return nil\n}\nvar requestType: RequestType {\n    return .get\n}\nvar contentType: RequestContentType {\n    return .json    \n}\ncase one\n}\n```\n2. Initialize `NetworkManager`\n```Swift\nlet network = NetworkManager(\"https://jsonplaceholder.typicode.com\")\n```\n3. Make request\n```Swift\nnetwork.makeRequest(TestEndpoint.one) { (result: Result\u003cString\u003e) in\n    print(result)\n}\n```\n## License\nNetwork Core is released under the [MIT License](https://github.com/essentiaone/essentia-network-core-ios/blob/develop/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentiaone%2Fessentia-network-core-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessentiaone%2Fessentia-network-core-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentiaone%2Fessentia-network-core-ios/lists"}