Fixed the path property of the GetAmiiboEndpoint endpoint.

This commit is contained in:
Javier Cicchelli 2023-04-20 01:24:23 +02:00
parent 68d7eef203
commit 83950ceb6e

View File

@ -8,7 +8,7 @@ struct GetAmiiboEndpoint: Endpoint {
let scheme: String = .Scheme.https
let host: String = .Host.amiiboApi
let port: Int? = nil
let path: String = .Path.type
let path: String = .Path.amiibo
let parameters: Parameters
let method: HTTPRequestMethod = .get
let headers: [String : String] = [:]