Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 406 Bytes

File metadata and controls

8 lines (5 loc) · 406 Bytes

NetworkingLayerUsingAlamofire

Easy to use networking layer using Alamofire in Swift

Good code to quick start networking integration in our new or existing swift code.

Using this small code we can easily integrate with multiple networking library or replace old networking library with new one without changing much code.

Just create a new wrapper for new library connect it to route and that’s it.