[Feature] All endpoints #2
16
Sources/Endpoints/GetAmiiboEndpoint.swift
Normal file
16
Sources/Endpoints/GetAmiiboEndpoint.swift
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
import Communications
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
struct GetAmiiboEndpoint: Endpoint {
|
||||||
|
|
||||||
|
// MARK: Properties
|
||||||
|
|
||||||
|
let scheme: String = .Scheme.https
|
||||||
|
let host: String = .Host.amiiboApi
|
||||||
|
let port: Int?
|
||||||
|
let path: String = .Path.type
|
||||||
|
let method: HTTPRequestMethod = .get
|
||||||
|
let headers: [String : String] = [:]
|
||||||
|
let body: Data?
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user