NetNetNet is a Swift library to make API request using async/await
- HTTP or HTTPS schemes
- JSON and URL body encoding
- Specific Query parameters
- Specific headers
- Avoid cache for specific requests
- Auth requests
- Retry requests
and more to come ...
- Swift 5
- iOS 15.0
NetNetNet is available using Swift Package Manager.
To add it to your project you can use the Swift Package Manager from XCode and the dependency or adding the following in your Package.swift
file:
dependencies: [
.package(url: "https://github.com/CarlosCaceres86/NetNetNet.git")
]