tosh7 / GitHubSearch

RxSwiftを使用してGitHubのレポジトリを検索してみる
2 stars 0 forks source link

error code 415 #11

Closed tosh7 closed 5 years ago

tosh7 commented 5 years ago
415 Unsupported Media Type リクエストされたメソッドに対してリクエストされたリソースがサポートしていないフォーマットであるため、サーバはリクエストのサービスを拒否しました。
tosh7 commented 5 years ago

形式指定、エンコード周りでおかしい説

tosh7 commented 5 years ago
var contentType: String? {
        return "application/json"
}

applicationappcationになっていた