{"id":19410453,"url":"https://github.com/rafaelesantos/refds-network","last_synced_at":"2025-09-03T13:37:01.705Z","repository":{"id":228674782,"uuid":"774631592","full_name":"rafaelesantos/refds-network","owner":"rafaelesantos","description":"RefdsNetwork is a Swift Package Manager library that provides a simple and elegant way to perform HTTP and WebSocket requests in Swift applications, inspired by libraries like Alamofire.","archived":false,"fork":false,"pushed_at":"2024-10-21T00:31:56.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-21T03:55:54.873Z","etag":null,"topics":["http-client","protocol","refds","refds-network","refds-shared","swift","websocket"],"latest_commit_sha":null,"homepage":"","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/rafaelesantos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-19T22:19:37.000Z","updated_at":"2024-10-21T00:32:00.000Z","dependencies_parsed_at":"2024-10-22T03:35:45.576Z","dependency_job_id":null,"html_url":"https://github.com/rafaelesantos/refds-network","commit_stats":null,"previous_names":["rafaelesantos/refds-network"],"tags_count":0,"template":false,"template_full_name":"rafaelesantos/swift-readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelesantos","download_url":"https://codeload.github.com/rafaelesantos/refds-network/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240588381,"owners_count":19825184,"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":["http-client","protocol","refds","refds-network","refds-shared","swift","websocket"],"created_at":"2024-11-10T12:16:48.477Z","updated_at":"2025-02-25T02:26:39.263Z","avatar_url":"https://github.com/rafaelesantos.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📬 Refds Network\n\n[![CI](https://github.com/rafaelesantos/refds-network/actions/workflows/swift.yml/badge.svg)](https://github.com/rafaelesantos/refds-network/actions/workflows/swift.yml)\n\nRefdsNetwork is a Swift Package Manager library that provides a simple and elegant way to perform HTTP and WebSocket requests in Swift applications, inspired by libraries like Alamofire.\n\n## Features\n\n- [x] HTTP requests: GET, POST, PUT, DELETE, etc.\n- [x] Support for custom headers.\n- [x] Support for query parameters.\n- [x] WebSocket requests for real-time communication.\n- [x] Easy JSON handling with Codable.\n- [x] Asynchronous operations and callbacks for response handling.\n- [x] Compatible with iOS, macOS, tvOS, and watchOS.\n\n## Installation\n\nAdd this project to your `Package.swift` file.\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    dependencies: [\n        .package(url: \"https://github.com/rafaelesantos/refds-network.git\", branch: \"main\")\n    ],\n    targets: [\n        .target(\n            name: \"YourProject\",\n            dependencies: [\n                .product(\n                    name: \"RefdsNetwork\",\n                    package: \"refds-network\"),\n            ]),\n    ]\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelesantos%2Frefds-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelesantos%2Frefds-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelesantos%2Frefds-network/lists"}