Implemented the GetGameSeriesEndpoint endpoint.
This commit is contained in:
parent
6b1384cf28
commit
316447f98e
16
Sources/Endpoints/GetGameSeriesEndpoint.swift
Normal file
16
Sources/Endpoints/GetGameSeriesEndpoint.swift
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
import Communications
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
struct GetGameSeriesEndpoint: Endpoint {
|
||||||
|
|
||||||
|
// MARK: Properties
|
||||||
|
|
||||||
|
let scheme: String = .Scheme.https
|
||||||
|
let host: String = .Host.amiiboApi
|
||||||
|
let port: Int?
|
||||||
|
let path: String = .Path.gameSeries
|
||||||
|
let method: HTTPRequestMethod = .get
|
||||||
|
let headers: [String : String] = [:]
|
||||||
|
let body: Data?
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user