{"id":17090837,"url":"https://github.com/phimage/alamofire-yamlswift","last_synced_at":"2025-10-08T00:08:59.841Z","repository":{"id":56901813,"uuid":"44512889","full_name":"phimage/Alamofire-YamlSwift","owner":"phimage","description":"Add Yaml response serializer to Alamofire","archived":false,"fork":false,"pushed_at":"2016-01-03T15:31:13.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-29T10:28:13.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/phimage.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":"2015-10-19T05:22:57.000Z","updated_at":"2016-01-19T01:07:01.000Z","dependencies_parsed_at":"2022-08-20T18:50:41.426Z","dependency_job_id":null,"html_url":"https://github.com/phimage/Alamofire-YamlSwift","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phimage/Alamofire-YamlSwift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FAlamofire-YamlSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FAlamofire-YamlSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FAlamofire-YamlSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FAlamofire-YamlSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phimage","download_url":"https://codeload.github.com/phimage/Alamofire-YamlSwift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FAlamofire-YamlSwift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278866934,"owners_count":26059672,"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-10-07T02:00:06.786Z","response_time":59,"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":"2024-10-14T13:56:52.571Z","updated_at":"2025-10-08T00:08:59.810Z","avatar_url":"https://github.com/phimage.png","language":"Swift","readme":"# Alamofire - YamlSwift\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat\n            )](http://mit-license.org) [![Platform](http://img.shields.io/badge/platform-ios_osx-lightgrey.svg?style=flat\n             )](https://developer.apple.com/resources/) [![Language](http://img.shields.io/badge/language-swift-orange.svg?style=flat\n             )](https://developer.apple.com/swift) [![Cocoapod](http://img.shields.io/cocoapods/v/Alamofire-YamlSwift.svg?style=flat)](http://cocoadocs.org/docsets/Alamofire-YamlSwift/)\n\n[\u003cimg align=\"left\" src=\"logo.png\" hspace=\"20\"\u003e](#logo)Allow to load remote [YAML](http://yaml.org) file.\n\nIt's built on top of [Alamofire](https://github.com/Alamofire/Alamofire) and [YamlSwift](https://github.com/behrang/YamlSwift)\n\n# Usage #\nSimply use `reponseYaml` method on your Alamofire `Request` to get an `Yaml` object on success\n\n```swift\nAlamofire.request(.GET, \"https://example.com/myfile.yml\").responseYaml {\n\t(response:Response\u003cYaml, NSError\u003e) -\u003e Void in\n    ...\n\n}\n```\n\n# Setup #\n\n## Using [cocoapods](http://cocoapods.org/) ##\n\nIf not already done :\n- Add `pod 'Alamofire'` to your `Podfile`.\n- Add `pod 'YamlSwift'` to your `Podfile`.\n\nThen :\n- Add `pod 'Alamofire-YamlSwift'` to your `Podfile` and run `pod install`.\n\n*Add `use_frameworks!` to the end of the `Podfile`.*\n\n# Licence #\n```\nThe MIT License (MIT)\n\nCopyright (c) 2015 Eric Marchand (phimage)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject 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,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Falamofire-yamlswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphimage%2Falamofire-yamlswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Falamofire-yamlswift/lists"}