Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 899 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 899 Bytes

NetNetNet

Swift Platforms Swift Package Manager

NetNetNet is a Swift library to make API request using async/await

Features

  • HTTP or HTTPS schemes
  • JSON and URL body encoding
  • Specific Query parameters
  • Specific headers

Coming Soon

  • Avoid cache for specific requests
  • Auth requests
  • Retry requests

and more to come ...

Requirements

  • Swift 5
  • iOS 15.0

Installation

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")
]