New
Unclaimed project
Are you a maintainer of Networking? Claim this project to take control of your public changelog and roadmap.
Changelog
⚡️ Concise networking code leveraging async-await, Decodable & Generics.
Adds POST, PUT, PATCH Encodable body.
Example:
let data: Data = try await network.post("/users", body: Credentials(username: "john", password: "doe"))
where Credentials conforms to the Encodable protocol.