{"id":32314791,"url":"https://github.com/tomrlq/lrconnection","last_synced_at":"2026-02-24T10:01:35.989Z","repository":{"id":56919024,"uuid":"132997465","full_name":"tomrlq/LRConnection","owner":"tomrlq","description":"An HTTP library that makes networking for iOS easier","archived":false,"fork":false,"pushed_at":"2018-08-28T03:58:04.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T10:39:04.003Z","etag":null,"topics":["http","ios","networking"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/tomrlq.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":"2018-05-11T06:16:49.000Z","updated_at":"2020-12-23T13:08:04.000Z","dependencies_parsed_at":"2022-08-21T04:50:30.560Z","dependency_job_id":null,"html_url":"https://github.com/tomrlq/LRConnection","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/tomrlq/LRConnection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomrlq%2FLRConnection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomrlq%2FLRConnection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomrlq%2FLRConnection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomrlq%2FLRConnection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomrlq","download_url":"https://codeload.github.com/tomrlq/LRConnection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomrlq%2FLRConnection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29779262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["http","ios","networking"],"created_at":"2025-10-23T10:35:34.092Z","updated_at":"2026-02-24T10:01:35.985Z","avatar_url":"https://github.com/tomrlq.png","language":"Objective-C","readme":"# LRConnection\n\n[![Pod Version](http://img.shields.io/cocoapods/v/LRConnection.svg?style=flat)](https://cocoapods.org/pods/LRConnection)\n\n* LRConnection is an HTTP library that makes networking for iOS easier\n\n## Installation\n* Podfile\n```ruby\npod 'LRConnection'\n```\n* Manually\n\u003e add LRConnection.framework to \"General-\u003eEmbedded Binaries\"\n\n## Requirements\n* Minimum iOS 8.0\n\n## Making HTTP Requests\n* Objective-C\n```objective-c\nLRConnectionManager *manager = [LRConnectionManager sharedManager];\n[manager requestForUrl:urlString method:LRHTTPMethodGET params:params progress:nil success:^(NSData * _Nonnull data) {\n    // success callback\n} failure:^(NSError * _Nonnull error) {\n    // failure callback\n}];\n```\n* Swift\n```swift\nlet manager = LRConnectionManager.shared()\nmanager.request(forUrl: urlString, method: .GET, params: params, progress: nil, success: { (data) in\n    // success callback\n}, failure: { (error) in\n    // failure callback\n})\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomrlq%2Flrconnection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomrlq%2Flrconnection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomrlq%2Flrconnection/lists"}