Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 319 Bytes

NetworkLayerSetup

A generic network layer in iOS with Swift 4 using protocol programming.
This is an easy setup for networking in iOS without any third party framework.
Helps you make GET, POST, DELETE, PUT, etc calls and decode the JSON response to required model type without too much of boilerplate code.