{"id":23641231,"url":"https://github.com/jdisho/unsplashswift","last_synced_at":"2025-10-18T07:37:44.230Z","repository":{"id":56925437,"uuid":"126887406","full_name":"jdisho/UnsplashSwift","owner":"jdisho","description":"🌯 A Swift wrapper for the Unsplash API","archived":false,"fork":false,"pushed_at":"2018-03-27T14:47:39.000Z","size":103,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-01T23:42:10.185Z","etag":null,"topics":["free","images","photography","photos","pictures","unsplash","unsplash-api"],"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/jdisho.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-03-26T20:41:32.000Z","updated_at":"2024-01-19T11:27:28.000Z","dependencies_parsed_at":"2022-08-21T06:20:14.337Z","dependency_job_id":null,"html_url":"https://github.com/jdisho/UnsplashSwift","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdisho%2FUnsplashSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdisho%2FUnsplashSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdisho%2FUnsplashSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdisho%2FUnsplashSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdisho","download_url":"https://codeload.github.com/jdisho/UnsplashSwift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231610640,"owners_count":18400207,"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":["free","images","photography","photos","pictures","unsplash","unsplash-api"],"created_at":"2024-12-28T09:58:04.449Z","updated_at":"2025-10-18T07:37:39.181Z","avatar_url":"https://github.com/jdisho.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnsplashSwift\n🌯 A Swift wrapper for the Unsplash API\n\n## 🛠 Installation\n\n### CocoaPods\n\nTo integrate UnsplashSwift into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'UnsplashSwift'\n```\n\n## 👨🏻‍💻 Usage\n\n```swift\nlet unsplash = Provider\u003cUnsplash\u003e(clientID: \"xxx\") // only for public actions\n\n// OR\n\nlet unsplash = Provider\u003cUnsplash\u003e(token: \"xxx\") // for all actions\n\nprovider.request(.photos(page: 1, perPage: 10, orderBy: .popular)).responseJSON { response in\n    // do something with the response\n}\n```\nUnsplashSwift is build on top of Alamofire.\n\nSee [Alamofire](https://github.com/Alamofire/Alamofire) for more information about `Response Handling`, `Response Validation`\n\n## 🐨 Author\nCreated with ❤️ by [Joan Disho](https://twitter.com/_disho)\n\n## 🙏 Acknowledgements\nInspired by [Moya](https://github.com/Moya/Moya)\n\n### 📃 License\n\nUnsplashSwift is released under an MIT license. See [License.md](https://github.com/jdisho/UnsplashSwift/blob/master/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdisho%2Funsplashswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdisho%2Funsplashswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdisho%2Funsplashswift/lists"}