Open2020/12/28にコメント追加3APIKit + CodableAPIKit標準のライブラリ独自実装のParserを、Decodableを利用した自作Parserで置き換える。 リクエストのレスポンスがDecodableに準拠していた場合〜で書いておくとあとがラク。 https://dev.classmethod.jp/articles/rxswift-apikit-decodable-incremental-search/ https://tech-maga.com/swift-using-apikit-codable-basic HTTP ERROR発生時の処理方法 https://qiita.com/sensuikan1973/items/e20c16bb35fef1f1d976 ログインするとコメントできますLogin
APIKit標準のライブラリ独自実装のParserを、Decodableを利用した自作Parserで置き換える。 リクエストのレスポンスがDecodableに準拠していた場合〜で書いておくとあとがラク。 https://dev.classmethod.jp/articles/rxswift-apikit-decodable-incremental-search/