DocC documentation support #4

Merged
javier merged 28 commits from package/documentation into main 2025-09-09 17:30:20 +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()
)