Victor Bodinaud 7cc941c298 👷 Adding CI for tests
2024-04-03 18:59:22 +02:00
2024-04-03 18:59:22 +02:00
2024-03-22 14:45:15 +01:00
2024-03-22 14:45:15 +01:00
2024-04-03 18:59:22 +02:00
2024-01-12 20:00:31 +01:00
2024-03-21 15:05:19 +01: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://git.mahtan-melwasul.com/Mahtan/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%