Added reference to the AmiiboService online documentation in the README file.

This commit is contained in:
Javier Cicchelli 2023-04-24 17:00:53 +02:00
parent ea1a32459d
commit 0454c1441a

View File

@ -59,7 +59,6 @@ In an opened Xcode project, it is required to do these steps:
9. wait for the package to be resolved and included in the project;
10. done!
### Other considerations
This library is fully supported on Apple platforms only for the time being: *iOS*, *macOS*, *tvOS*, and *watchOS*. Support for other platforms such as *Linux* or *Windows* might be added in the future, depending on the type of changes those platforms require but this needs to be researched first.
@ -74,4 +73,6 @@ It is needless to say, all the necessary filters, models/entities, and enumerati
## Further documentation
For further information about this package, please refer to the [AmiiboService documentation](https://rock-n-code.github.io/amiibo-service/documentation/amiiboservice/) available online.
For further information about the API, please refer to the [Amiibo API documentation](https://www.amiiboapi.com/docs/) available online.