Documented the AmiiboService service in the library target.

This commit is contained in:
2025-09-09 09:36:42 +02:00
parent 9e42686b55
commit 36fd2c29ea
3 changed files with 50 additions and 21 deletions
@@ -17,7 +17,8 @@ import OpenAPIRuntime
struct ISOTimestampTranscoder {
// MARK: Properties
/// A formatter to use to decode and encode ISO timestamps dates.
private let dateFormatter: DateFormatter = .isoTimestamp
}