How to check if the API return nothing with Alamofire? – Debian
I am using Alamofire to make an API request to insert user data to my database, if the user email is exist, the response will return [Response]: [Status Code]: 200 [Headers]: Connection: Keep-Alive Content-Length: 27 Content-Type: text/html; charset=UTF-8 Date: Thu,…