https://github.com/indice-co/indice.swift.networking
Swift Library containing http related stuff as well as rest helpers and encoding helpers.
https://github.com/indice-co/indice.swift.networking
http networking swift
Last synced: 7 months ago
JSON representation
Swift Library containing http related stuff as well as rest helpers and encoding helpers.
- Host: GitHub
- URL: https://github.com/indice-co/indice.swift.networking
- Owner: indice-co
- License: mit
- Created: 2022-03-02T08:12:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T15:01:47.000Z (8 months ago)
- Last Synced: 2025-02-17T16:22:09.408Z (8 months ago)
- Topics: http, networking, swift
- Language: Swift
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Indice.Swift.Networking 


Swift Library containing http related stuff as well as rest helpers and encoding helpers.
## Installation
```swift
dependencies: [
.package(url: "https://github.com/indice-co/Indice.Swift.Networking", .upToNextMajor(from: "1.0.0"))
]
```
Or you can clone the repo, and add it manually.