Back to Iosinterviewquestions

NetworkingProvider

Swift/Other/CodingChallenge/NetworkingProvider/README.md

latest480 B
Original Source

NetworkingProvider

NetworkingProvider provides basic network services.

NetworkEnviroment

Defined Http header keys, methods and mimeType.

NetworkService

A protocol helps define a request with the necessary elements.

NetworkProviderProtocol

A protocol for network clients.

RequestError

Defined some network errors.

Session

Customised URLSession that can decode data by specific type and throw RequestErrors.

SessionProtocol

A protocol for sessions.