Skip to content

A lightweight HTTP library for implementing RESTful web services in Swift.

License

Notifications You must be signed in to change notification settings

inmotionsoftware/HTTPServiceKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPServiceKit

HTTPServiceKit is a lightweight HTTP library for implementing RESTful web services in Swift.

Getting started

Adding the dependency

Xcode's Swift Package Manager integration (Xcode 12 and higher):

https://github.com/inmotionsoftware/HTTPServiceKit.git

And use 1.0.0 as base Tag.

Package.swift:

.package(name: "HTTPServiceKit",
         url: "https://github.com/inmotionsoftware/HTTPServiceKit.git",
         .branch("1.0.0"))

License

MIT

About

A lightweight HTTP library for implementing RESTful web services in Swift.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages