{"id":15099213,"url":"https://github.com/shiroyagicorp/swift-seeurl","last_synced_at":"2025-04-14T22:36:57.789Z","repository":{"id":63920504,"uuid":"59808409","full_name":"shiroyagicorp/swift-seeurl","owner":"shiroyagicorp","description":"cURL based HTTP(S) Client for Swift","archived":false,"fork":false,"pushed_at":"2020-02-13T08:30:12.000Z","size":876,"stargazers_count":23,"open_issues_count":0,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-12T10:48:27.286Z","etag":null,"topics":["curl","http-client","libcurl","linux","macos","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shiroyagicorp.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":"2016-05-27T06:06:51.000Z","updated_at":"2024-07-04T01:29:38.000Z","dependencies_parsed_at":"2023-01-14T14:00:37.902Z","dependency_job_id":null,"html_url":"https://github.com/shiroyagicorp/swift-seeurl","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiroyagicorp%2Fswift-seeurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiroyagicorp%2Fswift-seeurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiroyagicorp%2Fswift-seeurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiroyagicorp%2Fswift-seeurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiroyagicorp","download_url":"https://codeload.github.com/shiroyagicorp/swift-seeurl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248974655,"owners_count":21192186,"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":["curl","http-client","libcurl","linux","macos","swift"],"created_at":"2024-09-25T17:07:58.738Z","updated_at":"2025-04-14T22:36:57.761Z","avatar_url":"https://github.com/shiroyagicorp.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SeeURL\n\n[![Swift](https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat)](https://developer.apple.com/swift/)\n[![Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-lightgrey.svg)](https://developer.apple.com/swift/)\n[![License](https://img.shields.io/badge/license-MIT-71787A.svg)](https://tldrlegal.com/license/mit-license)\n[![CircleCI](https://circleci.com/gh/shiroyagicorp/swift-seeurl.svg?style=svg)](https://circleci.com/gh/shiroyagicorp/swift-seeurl)\n\nlibcurl based HTTP(S) Client for Swift.\n\n## Installation\n\n* Add `SeeURL` to `Package.swift` of your project.\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    dependencies: [\n        .Package(url: \"https://github.com/shiroyagicorp/swift-seeurl.git\", from: \"1.9.0\")\n    ]\n)\n```\n\n\nSwift 5.0 or later on Linux, you might need to install libcurl by `apt-get install libcurl4-openssl-dev`.\n\n## Usage\n\n```swift\nimport SeeURL\nlet result = try HTTPClient.sendRequest(method: \"GET\", url: \"https://google.com\")\nprint(result.statusCode, result.body)\n```\n\n## LICENSE\n\nMIT\n\n### Acknowledgement\n\n* [PureSwift/SeeURL](https://github.com/PureSwift/SeeURL)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiroyagicorp%2Fswift-seeurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiroyagicorp%2Fswift-seeurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiroyagicorp%2Fswift-seeurl/lists"}