[Feature] Service #4

Merged
javier merged 13 commits from feature/service into main 2023-04-21 18:16:38 +00:00
Showing only changes of commit 83950ceb6e - Show all commits

View File

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