From 748eee24c367bf1cdc8bb270f9eee182647f1b23 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 8 Oct 2025 00:28:44 +0200 Subject: [PATCH] Updated the Library article of the DocC documentation catalog in the library target. --- .../Catalogs/AmiiboService.docc/Library.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md b/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md index 8bb28ed..c22f42f 100644 --- a/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md +++ b/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md @@ -1,10 +1,10 @@ # ``AmiiboService`` -A library that provides everything the developer needs to interacts with the **Amiibo API** backend service. +A library that provides everything the developer needs to interact with the **Amiibo API** backend service. ## Overview -The `AmiiboService` library is a Swift Package Manager package dependency aims at allowing the developer to interact with the [Amiibo API](https://www.amiiboapi.com) backend service seamlessly, by not only providing the *service* type but also any possible *clients*, *models*, *filters* and *errors* types that might be needed during implementation. +The `amiibo-service` library is a package that allows the developer to interact with the [Amiibo API](https://www.amiiboapi.com) backend service seamlessly, by not only providing the *service* type but also any possible *models*, *filters*, *errors* and *interfaces* types that might be needed during implementation. ## Design @@ -18,7 +18,7 @@ To use the `AmiiboService` library with your package, then add it as a dependenc let package = Package( // name, platforms, products, etc. dependencies: [ - .package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.0.0"), + .package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.1.0"), // other dependencies ], targets: [ @@ -39,7 +39,9 @@ It is also possible to use the `AmiiboService` library with your app in Xcode, t ## Tasks -This library offers a set of ready-to-use project management tasks that the developer could use from the command line. To show the list of tasks on the `Terminal` app, plus display some explanations about each and every one of them; please enter the following command: +This library offers a set of ready-to-use tasks that simplify the interaction with the library, which the developer can use from any `Terminal` application. + +> Tip: To show the available list of tasks, plus display some explanations about each and every one of them; please enter the following command: ```bash $ make @@ -56,7 +58,7 @@ $ make - ``AmiiboClient`` - ``AmiiboLiveClient`` -### Models +### Types - ``Amiibo`` - ``Amiibo/Game``