Conformed the AmiiboLiveClient client type in the library target to the AmiiboClient protocol.

This commit is contained in:
2025-09-12 01:07:46 +02:00
parent 2f0fb0cd7f
commit 6f3249833a
@@ -36,10 +36,10 @@ public struct AmiiboLiveClient {
} }
// MARK: - APIClient // MARK: - AmiiboClient
// TODO: Remove the documentation from the functions inside the following extension as the `--enable-inherited-docs` flag when generating DocC documentation is not working as intended (?). // TODO: Remove the documentation from the functions inside the following extension as the `--enable-inherited-docs` flag when generating DocC documentation is not working as intended (?).
extension AmiiboLiveClient: APIClient { extension AmiiboLiveClient: AmiiboClient {
// MARK: Functions // MARK: Functions