{"id":23782283,"url":"https://github.com/jansanz/afrapturexmlrequestoperation","last_synced_at":"2025-09-06T01:32:31.921Z","repository":{"id":3290374,"uuid":"4331334","full_name":"jansanz/AFRaptureXMLRequestOperation","owner":"jansanz","description":"RaptureXML support for AFNetworking's AFHTTPClient","archived":false,"fork":false,"pushed_at":"2013-12-29T03:53:14.000Z","size":183,"stargazers_count":30,"open_issues_count":2,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-20T00:33:55.340Z","etag":null,"topics":["afnetworking","ios","objective-c","xml"],"latest_commit_sha":null,"homepage":null,"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/jansanz.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":"2012-05-15T02:36:36.000Z","updated_at":"2021-03-09T20:29:35.000Z","dependencies_parsed_at":"2022-08-26T02:31:14.761Z","dependency_job_id":null,"html_url":"https://github.com/jansanz/AFRaptureXMLRequestOperation","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanz%2FAFRaptureXMLRequestOperation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanz%2FAFRaptureXMLRequestOperation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanz%2FAFRaptureXMLRequestOperation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jansanz%2FAFRaptureXMLRequestOperation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jansanz","download_url":"https://codeload.github.com/jansanz/AFRaptureXMLRequestOperation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232076647,"owners_count":18469236,"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":["afnetworking","ios","objective-c","xml"],"created_at":"2025-01-01T12:14:07.489Z","updated_at":"2025-01-01T12:14:08.357Z","avatar_url":"https://github.com/jansanz.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"AFRaptureXMLRequestOperation\n============================\n\nAFRaptureXMLRequestOperation is an extension for [AFNetworking](http://github.com/AFNetworking/AFNetworking/) that provides an \ninterface to parse XML using [RaptureXML](https://github.com/ZaBlanc/RaptureXML). This uses ARC.\n\n## Example Usage\n    AFRaptureXMLRequestOperation *operation = [AFRaptureXMLRequestOperation XMLParserRequestOperationWithRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@\"http://legalindexes.indoff.com/sitemap.xml\"]] success:^(NSURLRequest *request, NSHTTPURLResponse *response, RXMLElement *XMLElement) {\n       // Do something with XMLElement \n    } failure:^(NSURLRequest *request, NSHTTPURLResponse *response, NSError *error, RXMLElement *XMLElement) {\n        // Handle Error\n    }];\n\n    [operation start];\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjansanz%2Fafrapturexmlrequestoperation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjansanz%2Fafrapturexmlrequestoperation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjansanz%2Fafrapturexmlrequestoperation/lists"}