Updated the README file in the project.

This commit is contained in:
2025-09-09 20:30:27 +02:00
parent 0b841618de
commit c3b3902776
2 changed files with 36 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# ``AmiiboService``
A library that provides everything the developer needs to interacts with the **Amiibo API** online service.
A library that provides everything the developer needs to interacts with the **Amiibo API** backend service.
## Overview
@@ -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 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.
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 at the backend, it was decided to design a ``AmiiboService`` service that removes the complexities of the backend service's API design, and provides the developer with a simple interface, and a seamless experience.
## Instalation