+
# AmiiboService: Amiibo API service written in Swift
-This package contains a ready-to-use service that can retrieve data as decoded models/entities from any of the [Amiibo API](https://www.amiiboapi.com) available endpoints.
+Ready-to-use service that retrieves data as decoded models from any of the [Amiibo API](https://www.amiiboapi.com) available endpoints.
## Installation
@@ -29,11 +36,11 @@ Then it is required to add the package to your target, like this:
```swift
targets: [
.target(
- ...
+ // ...
dependencies: [
.product(name: "AmiiboService", package: "amiibo-service")
],
- ...
+ // ...
),
]
```