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>
This commit was merged in pull request #2.
This commit is contained in:
2024-09-14 22:26:39 +00:00
committed by Javier Cicchelli
parent 5aa852a051
commit da07ef7e4f
32 changed files with 2746 additions and 11 deletions
File diff suppressed because it is too large Load Diff
-7
View File
@@ -1,7 +0,0 @@
import Testing
@testable import AmiiboAPI
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}