This PR contains the work done in implementing the endpoints needed for the remote calls: `GetAmiiboEndpoint`, `GetTypeEndpoint`, `GetGameSeriesEndpoint`, `GetSeriesEndpoint`, `GetSeriesEndpoint` and `GetLastUpdatedEndpoint` endpoints definitions. Furthermore, I added the the **SwiftLibs** package as a dependency and also, I defined constants for `String+Scheme`, `String+Host` and the `String+Path` extensions. Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Reviewed-on: #2
6 lines
94 B
Swift
6 lines
94 B
Swift
extension String {
|
|
enum Host {
|
|
static let amiiboApi = "www.amiiboapi.com"
|
|
}
|
|
}
|