Improvements on the AmiiboService service type initialization (#12)

This PR addresses the issue #10 as described in the *Possible Solution* section in that issue.

Reviewed-on: #12
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #12.
This commit is contained in:
2025-09-12 00:13:58 +00:00
committed by Javier Cicchelli
parent 19583290be
commit 3d923982b1
7 changed files with 1341 additions and 283 deletions
@@ -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 (?).
extension AmiiboLiveClient: APIClient {
extension AmiiboLiveClient: AmiiboClient {
// MARK: Functions