From 39e8e5c683db24385ef91a793e62519c5669e006 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Tue, 9 Sep 2025 19:07:24 +0200 Subject: [PATCH] Renamed the Introduction article in the AmiiboService documentation catalog as Library. --- Catalogs/AmiiboService.docc/{Introduction.md => Library.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Catalogs/AmiiboService.docc/{Introduction.md => Library.md} (83%) diff --git a/Catalogs/AmiiboService.docc/Introduction.md b/Catalogs/AmiiboService.docc/Library.md similarity index 83% rename from Catalogs/AmiiboService.docc/Introduction.md rename to Catalogs/AmiiboService.docc/Library.md index c387068..5c8c692 100644 --- a/Catalogs/AmiiboService.docc/Introduction.md +++ b/Catalogs/AmiiboService.docc/Library.md @@ -8,7 +8,7 @@ The `AmiiboService` library is a Swift Package Manager package dependency aims a ## Design -Although it could have been possible to generate a one-to-one client based on the Open API specification document that describe the available endpoints, it was decided to design a ``AmiiboService`` service that removes the complexities of the service's backend API, and provides the developer with a simple interface, and a seamless experience. +Although it could have been possible to generate a one-to-one RESTful client based on the Open API specification document that describe the available endpoints, it was decided to design a ``AmiiboService`` service that removes the complexities of the service's backend API, and provides the developer with a simple interface, and a seamless experience. ## Instalation