I hereby claim:
- I am tadeha on github.
- I am tadeh (https://keybase.io/tadeh) on keybase.
- I have a public key ASCg8R_95kfKFEFl93hEm_FAhKxp-RxxwX9mHK4zl05Pjwo
To claim this, I am signing this object:
| import Foundation | |
| import Alamofire | |
| import SwiftyJSON | |
| class HTTPClient { | |
| static func apiRequestCall(withUrl url: String, method: HTTPMethod, params: [String:Any] = [:], headers: [String:String],encoding: ParameterEncoding = JSONEncoding.default, completion: @escaping (JSON?, Error?) -> Void) { | |
| AF.request(url, method: method,parameters: params,encoding: encoding, headers: HTTPHeaders(headers)).validate(statusCode: 200..<600).responseJSON { | |
| response in |
| // | |
| // UITextField+Extension.swift | |
| // | |
| // Created by Tadeh Alexani on 02/11/2019. | |
| // Copyright © 2019 Tadeh Alexani | |
| // | |
| import UIKit.UITextField | |
| extension UITextField { |
| // | |
| // MapViewController.swift | |
| // | |
| // Created by Tadeh Alexani on 7/14/19. | |
| // Copyright © 2019 Tadeh Alexani. All rights reserved. | |
| // | |
| import UIKit | |
| import GoogleMaps |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /* | |
| * Sample Telegram Bot Source Code | |
| * | |
| * @author Tadeh Alexani | |
| * @version 1.00, 2017-09-06 | |
| * PHP | |
| */ |