Victor Bodinaud b4979b55a7
Some checks failed
Hermes CI / build (swift:5.8-amazonlinux2) (push) Failing after 24s
Hermes CI / build (swift:5.8-centos7) (push) Failing after 24s
Hermes CI / build (swift:5.8-focal) (push) Failing after 21s
Hermes CI / build (swift:5.8-jammy) (push) Failing after 21s
Hermes CI / build (swift:5.8-rhel-ubi9) (push) Failing after 26s
Hermes CI / build (swift:5.9-amazonlinux2) (push) Failing after 24s
Hermes CI / build (swift:5.9-centos7) (push) Failing after 31s
Hermes CI / build (swift:5.9-focal) (push) Failing after 22s
Hermes CI / build (swift:5.9-jammy) (push) Failing after 21s
Hermes CI / build (swift:5.9-rhel-ubi9) (push) Failing after 20s
Hermes CI / build (swiftlang/swift:nightly-amazonlinux2) (push) Failing after 39s
Hermes CI / build (swiftlang/swift:nightly-focal) (push) Failing after 33s
Hermes CI / build (swiftlang/swift:nightly-jammy) (push) Failing after 25s
💚 Try something else
2024-01-14 21:26:25 +01:00
2024-01-14 21:26:25 +01:00
2024-01-14 20:58:48 +01:00
2024-01-12 20:00:31 +01:00
2024-01-12 20:00:31 +01:00
2024-01-12 18:56:53 +00:00

Hermes

Hermes is a lightweight Swift package for simplifying network requests and responses in your iOS apps. It provides an easy-to-use API for making HTTP requests and handling JSON decoding, all wrapped in a concise and elegant syntax.

Features

  • Simple API: Hermes offers a straightforward API for sending HTTP requests and handling responses.
  • Async/Await: Built with async/await in mind, making it easy to write asynchronous network code.
  • Error Handling: Handle network errors and decoding failures with ease using Swift's error handling mechanisms.
  • Customizable: You can customize the HTTP methods, headers, and more to suit your needs.

Installation

Swift Package Manager

You can use Swift Package Manager to integrate Hermes into your project. Add the following dependency to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/yourusername/Hermes.git", from: "1.0.0")
]
Description
No description provided
Readme 91 KiB
1.3.0 Latest
2024-05-28 15:43:00 +00:00
Languages
Swift 100%