rxalamofire

    0熱度

    1回答

    我正在使用RxAlamorefire來處理我的應用中的網絡任務。 我的問題是:當我提出請求並返回json。如果json有一個鍵「錯誤」,我需要發出錯誤通知,而不是onNext通知。 我的代碼是像這樣的: let observable = RxAlamofire.json(.get, url, parameters: nil, encoding: URLEncoding.default, heade

    2熱度

    1回答

    嗨,我試圖與RxAlamofire合作,包裝一個網絡請求結果的結果 我的目標是火的請求,處理JSON響應以及創建和可觀察到的是包含網絡操作成功或發生任何錯誤。 在其他地方,我可以調用創建可觀測的功能和訂閱,並告知用戶無論是成功還是失敗與錯誤訊息 我實現波紋管 func discoverMovieList(for url: String, withPagg page: Int) -> Observa

    1熱度

    1回答

    如何與RxAlamofire 例如發送多部分數據Alamofire let URL = try! URLRequest(url: "http://example.com", method: .post) Alamofire.upload(multipartFormData: { formData in // multiaprt }, with: URL, encodingComp

    0熱度

    1回答

    這是我的非反應式代碼,工作得很好。 FUNC getLatestHtml2(){ Alamofire.request("https://www.everfest.com/fest300").responseString { response in print("\(response.result.isSuccess)") if let html = response.resul

    0熱度

    1回答

    當我試圖編譯下面的代碼,我得到一個錯誤: Ambiguous reference to member 'json(::parameters:encoding:headers:)' 的代碼被複制和從RxAlamofire Github上庫頁 import RxSwift import RxAlamofire class CurrencyRest { static func get