Renamed the APIClient protocol as AmiiboClient in the library target and also, make it a public protocol.

This commit is contained in:
2025-09-12 01:05:41 +02:00
parent 03fa6ee89b
commit 2f0fb0cd7f
@@ -13,7 +13,7 @@
import Foundation
/// A protocol that defines API clients containing all available endpoints to interact with.
protocol APIClient {
public protocol AmiiboClient {
// MARK: Functions