Commit Graph

9 Commits

Author SHA1 Message Date
javier 93afbb2c1e Documented the Amiibo model and its sub-models in the library target. 2025-09-09 11:11:06 +02:00
javier aaa0a7835e Documented the AmiiboSeries, AmiiboType, GameCharacter, and GameSeries models in the library target. 2025-09-09 09:54:00 +02:00
javier f7ae2f65f2 Documented the AmiiboFilter, AmiiboSeriesFilter, AmiiboTypeFilter, GameCharacterFilter, and the GameSeriesFilter types in the library target. 2025-09-09 09:49:43 +02:00
javier 36fd2c29ea Documented the AmiiboService service in the library target. 2025-09-09 09:36:42 +02:00
javier 9e42686b55 Documented the AmiiboClient enumeration and the AmiiboServiceError error in the library target. 2025-09-09 09:25:50 +02:00
javier 7f6607170a Documented the AmiiboLiveClient and the AmiiboMockClient clients in the library target. 2025-09-09 09:10:08 +02:00
javier 1da86de0c9 Updated the header of almost all the files in the library and tests targets. 2025-09-08 20:35:28 +02:00
javier 0428a252e4 Updated the client initialization inside the "init()" initializer for the AmiiboLiveClient type in the library target. 2025-09-08 19:51:54 +02:00
javier da07ef7e4f Moved the Amiibo API implementation to its own package (#2)
This PR contains the work done to migrate the *almost* completed**Amiibo API** implementation done in another project to its own stand-alone package.

Reviewed-on: rock-n-code/amiibo-api#2
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-09-14 22:26:39 +00:00