1 min readMay 3, 2018
Awesome article Malcolm! I was using the network layer structure you propose in this article on my project, however I keep on getting error from my API request. After spending some time on debugging, the problem is cause by percent encoding on URLQueryItem
. Would really appreciate if you can make a correction on the article so that it wouldn’t cause confusion to other in future.