Skip to content

Instantly share code, notes, and snippets.

@MaatheusGois
Last active May 21, 2019 03:41
Show Gist options
  • Save MaatheusGois/418d11f2ba4c1829b6f96c0dc1e77ff7 to your computer and use it in GitHub Desktop.
Save MaatheusGois/418d11f2ba4c1829b6f96c0dc1e77ff7 to your computer and use it in GitHub Desktop.
func postRequest(url:String, params: [String: String],
completion: @escaping ([String: Any]?, Error?) -> Void){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment