Basic update of the existing files in the project #3

Merged
javier merged 6 commits from package/updates into main 2025-09-09 17:20:06 +00:00
Showing only changes of commit 0428a252e4 - Show all commits
@@ -24,7 +24,7 @@ public struct AmiiboLiveClient {
public init() throws {
self.client = .init(
serverURL: try Servers.server1(),
serverURL: try Servers.Server1.url(),
configuration: .init(dateTranscoder: ISODateTranscoder()),
transport: URLSessionTransport()
)