{"id":32779805,"url":"https://github.com/jonasman/jnrestclient","last_synced_at":"2026-07-02T15:08:27.566Z","repository":{"id":13916832,"uuid":"16616032","full_name":"jonasman/JNRestClient","owner":"jonasman","description":"Dead simple rest client for iOS","archived":false,"fork":false,"pushed_at":"2016-06-20T17:49:49.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-01T14:26:03.331Z","etag":null,"topics":[],"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/jonasman.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":"2014-02-07T13:57:18.000Z","updated_at":"2016-06-20T17:49:49.000Z","dependencies_parsed_at":"2022-08-28T20:40:27.358Z","dependency_job_id":null,"html_url":"https://github.com/jonasman/JNRestClient","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/jonasman/JNRestClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasman%2FJNRestClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasman%2FJNRestClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasman%2FJNRestClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasman%2FJNRestClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonasman","download_url":"https://codeload.github.com/jonasman/JNRestClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasman%2FJNRestClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282676878,"owners_count":26708704,"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-11-04T02:00:05.887Z","response_time":62,"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":[],"created_at":"2025-11-04T17:04:40.629Z","updated_at":"2025-11-04T17:04:46.634Z","avatar_url":"https://github.com/jonasman.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"JNRestClient\n============\n\nA Dead simple rest client\n\nGetting Started\n============\n\n1. Copy JNRestClient classes into your project.\n2. `restClient = [[JNRestClient alloc] init];`\n3. If you need to send data in a POST, add the data to: `restClient.data`\n4. Start a request with `- (void)startWithURL:(NSURL *)url andCompletionHandler:(void(^)(NSData * result,NSError * error))handler` \n\n\n\nOptions\n============\n\nIf you need to ignore invalid certificates set: `restClient.ignoreCertificateValidation = YES`\n\n\nConsiderations\n============\n\nNo data conversion to make it easy to parse JSON or XML or whatever...\n\nThe completion handler will be called in a background thread if you need to go back to the Main thread just call:\n`\n  dispatch_async(dispatch_get_main_queue(), ^{\n    // DO SOMETHING WITH RESULT DATA\n  });\n        `\n        \nLicence\n============\n        \nThe MIT License (MIT)\n\nCopyright (c) 2014 João Nunes\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasman%2Fjnrestclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonasman%2Fjnrestclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasman%2Fjnrestclient/lists"}