Skip to content

CarlosCaceres86/NetNetNet

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages